Html Css Color HEX #9C2080 Dark Purple

📋 copy color: '#9C2080'

red 156 ◦ green 32 ◦ blue 128

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

Shades of Dark Purple #9C2080

Tints of Dark Purple #9C2080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 40.51%

R = 49.37%
G = 10.13%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.18

 K value IS 0.39

RGB Variations

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

Color information

#9C2080 (or 0x9C2080) is known color: Dark Purple. HEX triplet: 9C, 20 and 80. RGB value is (156,32,128). Sum of RGB (Red+Green+Blue) = 156+32+128=316 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.37% from 316); Green value is 32 (12.89% from 255 or 10.13% from 316); Blue value is 128 (50.39% from 255 or 40.51% from 316); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2080 is #63DF7F. Grayscale: #4F4F4F. Windows color (decimal): -6545280 or 8396956. OLE color: 8396956.

HSL color Cylindrical-coordinate representation of color #9C2080: hue angle of 313.55º 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 #9C2080 is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 32 128 -
CMYK 0 0.79 0.18 0.39
HSL 313.55º 0.66% 0.37% -
HSV(B) 313.55º 0.79% 0.61% -
XYZ 18.12 9.66 21.33 -
YUV 80.02 155.08 182.19 -
System Red Green Blue C M Y K H S L
Decimal 156 32 128 0 0.79 0.18 0.39 313.55 0.66 0.37
Hex 9C 20 80 0 4F 12 27 13A 42 25
Octal 234 40 200 0 117 22 47 472 102 45
Binary 10011100 100000 10000000 0 1001111 10010 100111 100111010 1000010 100101

Color Harmonies of #9C2080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2080

Black with #9C2080

Text Example


Text Example

White with #9C2080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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