Html Css Color HEX #9C2475 Dark Purple

📋 copy color: '#9C2475'

red 156 ◦ green 36 ◦ blue 117

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

Shades of Dark Purple #9C2475

Tints of Dark Purple #9C2475

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.65%

 BLUE value IS 117 (46.09% from 255) = 37.86%

R = 50.49%
G = 11.65%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#9C2475 (or 0x9C2475) is known color: Dark Purple. HEX triplet: 9C, 24 and 75. RGB value is (156,36,117). Sum of RGB (Red+Green+Blue) = 156+36+117=309 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.49% from 309); Green value is 36 (14.45% from 255 or 11.65% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2475 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2475 is #63DB8A. Grayscale: #505050. Windows color (decimal): -6544267 or 7677084. OLE color: 7677084.

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

Color convert

RGB 156 36 117 -
CMYK 0 0.77 0.25 0.39
HSL 319.5º 0.63% 0.38% -
HSV(B) 319.5º 0.77% 0.61% -
XYZ 17.55 9.61 17.76 -
YUV 81.11 148.26 181.41 -
System Red Green Blue C M Y K H S L
Decimal 156 36 117 0 0.77 0.25 0.39 319.5 0.63 0.38
Hex 9C 24 75 0 4D 19 27 140 3E 26
Octal 234 44 165 0 115 31 47 500 76 46
Binary 10011100 100100 1110101 0 1001101 11001 100111 101000000 111110 100110

Color Harmonies of #9C2475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2475

Black with #9C2475

Text Example


Text Example

White with #9C2475

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,36,117); }

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

background-color css

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

 a { background-color: rgb(156,36,117); }

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

border-color css

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

 span { border-color: rgb(156,36,117); }

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