Html Css Color HEX #9C1873 Dark Purple

📋 copy color: '#9C1873'

red 156 ◦ green 24 ◦ blue 115

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

Shades of Dark Purple #9C1873

Tints of Dark Purple #9C1873

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.14%

 BLUE value IS 115 (45.31% from 255) = 38.98%

R = 52.88%
G = 8.14%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#9C1873 (or 0x9C1873) is known color: Dark Purple. HEX triplet: 9C, 18 and 73. RGB value is (156,24,115). Sum of RGB (Red+Green+Blue) = 156+24+115=295 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.88% from 295); Green value is 24 (9.77% from 255 or 8.14% from 295); Blue value is 115 (45.31% from 255 or 38.98% from 295); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1873 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C1873 is #63E78C. Grayscale: #494949. Windows color (decimal): -6547341 or 7542940. OLE color: 7542940.

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

Color convert

RGB 156 24 115 -
CMYK 0 0.85 0.26 0.39
HSL 318.64º 0.73% 0.35% -
HSV(B) 318.64º 0.85% 0.61% -
XYZ 17.13 8.96 17.05 -
YUV 73.84 151.23 186.6 -
System Red Green Blue C M Y K H S L
Decimal 156 24 115 0 0.85 0.26 0.39 318.64 0.73 0.35
Hex 9C 18 73 0 55 1A 27 13F 49 23
Octal 234 30 163 0 125 32 47 477 111 43
Binary 10011100 11000 1110011 0 1010101 11010 100111 100111111 1001001 100011

Color Harmonies of #9C1873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1873

Black with #9C1873

Text Example


Text Example

White with #9C1873

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,24,115); }

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

background-color css

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

 a { background-color: rgb(156,24,115); }

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

border-color css

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

 span { border-color: rgb(156,24,115); }

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