#9C3282

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

Shades of Dark Purple #9C3282

Tints of Dark Purple #9C3282

Color information

#9C3282 (or 0x9C3282) is unknown color: approx Dark Purple. HEX triplet: 9C, 32 and 82. RGB value is (156,50,130). Sum of RGB (Red+Green+Blue) = 156+50+130=336 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.43% from 336); Green value is 50 (19.92% from 255 or 14.88% from 336); Blue value is 130 (51.17% from 255 or 38.69% from 336); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3282 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C3282 is #63CD7D. Grayscale: #5A5A5A. Windows color (decimal): -6540670 or 8532636. OLE color: 8532636.

HSL color Cylindrical-coordinate representation of color #9C3282: hue angle of 314.72º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9C3282 is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB15650130-
CMYK00.680.170.39
HSL314.72º51.46%40.39%-
HSV(B)314.72º67.95%61.18%-
XYZ18.8810.9622.24-
YUV90.81150.12174.5-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.43%
GREEN value IS 50 (19.92% from 255) = 14.88%
BLUE value IS 130 (51.17% from 255) = 38.69%
R=46.43%
G=14.88%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1565013000.680.170.39314.7251.4640.39
Hex9C3282044112713b3328
Octal23462202010421474736350
Binary10011100110010100000100100010010001100111100111011110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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