Html Css Color HEX #9C1486 Dark Purple

📋 copy color: '#9C1486'

red 156 ◦ green 20 ◦ blue 134

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

Shades of Dark Purple #9C1486

Tints of Dark Purple #9C1486

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.45%

 BLUE value IS 134 (52.73% from 255) = 43.23%

R = 50.32%
G = 6.45%
B = 43.23%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.14

 K value IS 0.39

RGB Variations

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

Color information

#9C1486 (or 0x9C1486) is known color: Dark Purple. HEX triplet: 9C, 14 and 86. RGB value is (156,20,134). Sum of RGB (Red+Green+Blue) = 156+20+134=310 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50.32% from 310); Green value is 20 (8.20% from 255 or 6.45% from 310); Blue value is 134 (52.73% from 255 or 43.23% from 310); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1486 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C1486 is #63EB79. Grayscale: #494949. Windows color (decimal): -6548346 or 8787100. OLE color: 8787100.

HSL color Cylindrical-coordinate representation of color #9C1486: hue angle of 309.71º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9C1486 is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 20 134 -
CMYK 0 0.87 0.14 0.39
HSL 309.71º 0.77% 0.35% -
HSV(B) 309.71º 0.87% 0.61% -
XYZ 18.26 9.29 23.38 -
YUV 73.66 162.06 186.73 -
System Red Green Blue C M Y K H S L
Decimal 156 20 134 0 0.87 0.14 0.39 309.71 0.77 0.35
Hex 9C 14 86 0 57 E 27 136 4D 23
Octal 234 24 206 0 127 16 47 466 115 43
Binary 10011100 10100 10000110 0 1010111 1110 100111 100110110 1001101 100011

Color Harmonies of #9C1486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1486

Black with #9C1486

Text Example


Text Example

White with #9C1486

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,20,134); }

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

background-color css

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

 a { background-color: rgb(156,20,134); }

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

border-color css

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

 span { border-color: rgb(156,20,134); }

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