Html Css Color HEX #9C2096 Dark Purple

📋 copy color: '#9C2096'

red 156 ◦ green 32 ◦ blue 150

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

Shades of Dark Purple #9C2096

Tints of Dark Purple #9C2096

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.47%

 BLUE value IS 150 (58.98% from 255) = 44.38%

R = 46.15%
G = 9.47%
B = 44.38%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#9C2096 (or 0x9C2096) is known color: Dark Purple. HEX triplet: 9C, 20 and 96. RGB value is (156,32,150). Sum of RGB (Red+Green+Blue) = 156+32+150=338 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.15% from 338); Green value is 32 (12.89% from 255 or 9.47% from 338); Blue value is 150 (58.98% from 255 or 44.38% from 338); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2096 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2096 is #63DF69. Grayscale: #525252. Windows color (decimal): -6545258 or 9838748. OLE color: 9838748.

HSL color Cylindrical-coordinate representation of color #9C2096: hue angle of 302.9º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9C2096 is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 32 150 -
CMYK 0 0.79 0.04 0.39
HSL 302.9º 0.66% 0.37% -
HSV(B) 302.9º 0.79% 0.61% -
XYZ 19.73 10.3 29.8 -
YUV 82.53 166.08 180.41 -
System Red Green Blue C M Y K H S L
Decimal 156 32 150 0 0.79 0.04 0.39 302.9 0.66 0.37
Hex 9C 20 96 0 4F 4 27 12F 42 25
Octal 234 40 226 0 117 4 47 457 102 45
Binary 10011100 100000 10010110 0 1001111 100 100111 100101111 1000010 100101

Color Harmonies of #9C2096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2096

Black with #9C2096

Text Example


Text Example

White with #9C2096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,32,150); }

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

background-color css

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

 a { background-color: rgb(156,32,150); }

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

border-color css

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

 span { border-color: rgb(156,32,150); }

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