#9C2082

Color #9C2082 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #9C2082

Tints of Dark Purple #9C2082

Color information

#9C2082 (or 0x9C2082) is unknown color: approx Dark Purple. HEX triplet: 9C, 20 and 82. RGB value is (156,32,130). Sum of RGB (Red+Green+Blue) = 156+32+130=318 (42% of max value = 765). Red value is 156 (61.33% from 255 or 49.06% from 318); Green value is 32 (12.89% from 255 or 10.06% from 318); Blue value is 130 (51.17% from 255 or 40.88% from 318); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2082 is #63DF7D. Grayscale: #4F4F4F. Windows color (decimal): -6545278 or 8528028. OLE color: 8528028.

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

Color convert

RGB15632130-
CMYK00.790.170.39
HSL312.58º65.96%36.86%-
HSV(B)312.58º79.49%61.18%-
XYZ18.269.7122.03-
YUV80.25156.08182.03-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 49.06%
GREEN value IS 32 (12.89% from 255) = 10.06%
BLUE value IS 130 (51.17% from 255) = 40.88%
R=49.06%
G=10.06%
B=40.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1563213000.790.170.39312.5865.9636.86
Hex9C208204F11271394225
Octal234402020117214747110245
Binary100111001000001000001001001111100011001111001110011000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9C2082;
 }
 .AnyTagClassName
 {
   color: #9C2082;
 }
</style>
background-color css

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

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

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

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

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

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