Html Css Color HEX #9C60DB Amethyst

📋 copy color: '#9C60DB'

red 156 ◦ green 96 ◦ blue 219

#9C60DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst #9C60DB

Tints of Amethyst #9C60DB

RGB

 RED value IS 156 (61.33% from 255) = 33.12%

 GREEN value IS 96 (37.89% from 255) = 20.38%

 BLUE value IS 219 (85.94% from 255) = 46.5%

R = 33.12%
G = 20.38%
B = 46.5%

CMYK

 C value IS 0.29

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9C60DB (or 0x9C60DB) is known color: Amethyst. HEX triplet: 9C, 60 and DB. RGB value is (156,96,219). Sum of RGB (Red+Green+Blue) = 156+96+219=471 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.12% from 471); Green value is 96 (37.89% from 255 or 20.38% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #9C60DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C60DB is #639F24. Grayscale: #7F7F7F. Windows color (decimal): -6528805 or 14377116. OLE color: 14377116.

HSL color Cylindrical-coordinate representation of color #9C60DB: hue angle of 269.27º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9C60DB is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 156 96 219 -
CMYK 0.29 0.56 0 0.14
HSL 269.27º 0.63% 0.62% -
HSV(B) 269.27º 0.56% 0.86% -
XYZ 30.68 20.55 69.37 -
YUV 127.96 179.38 148 -
System Red Green Blue C M Y K H S L
Decimal 156 96 219 0.29 0.56 0 0.14 269.27 0.63 0.62
Hex 9C 60 DB 1D 38 0 E 10D 3F 3E
Octal 234 140 333 35 70 0 16 415 77 76
Binary 10011100 1100000 11011011 11101 111000 0 1110 100001101 111111 111110

Color Harmonies of #9C60DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C60DB

Black with #9C60DB

Text Example


Text Example

White with #9C60DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C60DB; }

 p { color: rgb(156,96,219); }

 H1.HeaderClassName
 {
   color: #9C60DB;
 }
 .AnyTagClassName
 {
   color: #9C60DB;
 }
</style>

background-color css

<style>
 a { background-color: #9C60DB; }

 a { background-color: rgb(156,96,219); }

 div.DivClassName
 {
   background-color: #9C60DB;
 }
 .BgClassName
 {
   background-color: #9C60DB;
 }
</style>

border-color css

<style>
 span { border-color: #9C60DB; }

 span { border-color: rgb(156,96,219); }

 td.TdClassName
 {
   border-color: #9C60DB;
 }
 .TagClassName
 {
   border-color: #9C60DB;
 }
</style>