#9C3482

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

Shades of Dark Purple #9C3482

Tints of Dark Purple #9C3482

Color information

#9C3482 (or 0x9C3482) is unknown color: approx Dark Purple. HEX triplet: 9C, 34 and 82. RGB value is (156,52,130). Sum of RGB (Red+Green+Blue) = 156+52+130=338 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.15% from 338); Green value is 52 (20.70% from 255 or 15.38% from 338); Blue value is 130 (51.17% from 255 or 38.46% from 338); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3482 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C3482 is #63CB7D. Grayscale: #5B5B5B. Windows color (decimal): -6540158 or 8533148. OLE color: 8533148.

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

Color convert

RGB15652130-
CMYK00.670.170.39
HSL315º50%40.78%-
HSV(B)315º66.67%61.18%-
XYZ18.9711.1422.27-
YUV91.99149.46173.66-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.15%
GREEN value IS 52 (20.70% from 255) = 15.38%
BLUE value IS 130 (51.17% from 255) = 38.46%
R=46.15%
G=15.38%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1565213000.670.170.393155040.78
Hex9C3482043112713b3229
Octal23464202010321474736251
Binary10011100110100100000100100001110001100111100111011110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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