Html Css Color HEX #9C1387 Dark Purple

📋 copy color: '#9C1387'

red 156 ◦ green 19 ◦ blue 135

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

Shades of Dark Purple #9C1387

Tints of Dark Purple #9C1387

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.13%

 BLUE value IS 135 (53.13% from 255) = 43.55%

R = 50.32%
G = 6.13%
B = 43.55%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.13

 K value IS 0.39

RGB Variations

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

Color information

#9C1387 (or 0x9C1387) is known color: Dark Purple. HEX triplet: 9C, 13 and 87. RGB value is (156,19,135). Sum of RGB (Red+Green+Blue) = 156+19+135=310 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50.32% from 310); Green value is 19 (7.81% from 255 or 6.13% from 310); Blue value is 135 (53.12% from 255 or 43.55% from 310); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1387 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C1387 is #63EC78. Grayscale: #484848. Windows color (decimal): -6548601 or 8852380. OLE color: 8852380.

HSL color Cylindrical-coordinate representation of color #9C1387: hue angle of 309.2º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9C1387 is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 19 135 -
CMYK 0 0.88 0.13 0.39
HSL 309.2º 0.78% 0.34% -
HSV(B) 309.2º 0.88% 0.61% -
XYZ 18.32 9.28 23.75 -
YUV 73.19 162.89 187.07 -
System Red Green Blue C M Y K H S L
Decimal 156 19 135 0 0.88 0.13 0.39 309.2 0.78 0.34
Hex 9C 13 87 0 58 D 27 135 4E 22
Octal 234 23 207 0 130 15 47 465 116 42
Binary 10011100 10011 10000111 0 1011000 1101 100111 100110101 1001110 100010

Color Harmonies of #9C1387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1387

Black with #9C1387

Text Example


Text Example

White with #9C1387

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,19,135); }

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

background-color css

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

 a { background-color: rgb(156,19,135); }

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

border-color css

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

 span { border-color: rgb(156,19,135); }

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