#9B2A82

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

Shades of Dark Purple #9B2A82

Tints of Dark Purple #9B2A82

Color information

#9B2A82 (or 0x9B2A82) is unknown color: approx Dark Purple. HEX triplet: 9B, 2A and 82. RGB value is (155,42,130). Sum of RGB (Red+Green+Blue) = 155+42+130=327 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.40% from 327); Green value is 42 (16.80% from 255 or 12.84% from 327); Blue value is 130 (51.17% from 255 or 39.76% from 327); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2A82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2A82 is #64D57D. Grayscale: #555555. Windows color (decimal): -6608254 or 8530587. OLE color: 8530587.

HSL color Cylindrical-coordinate representation of color #9B2A82: hue angle of 313.27º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9B2A82 is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.39.

Color convert

RGB15542130-
CMYK00.730.160.39
HSL313.27º57.36%38.63%-
HSV(B)313.27º72.9%60.78%-
XYZ18.3710.2422.13-
YUV85.82152.94177.34-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.40%
GREEN value IS 42 (16.80% from 255) = 12.84%
BLUE value IS 130 (51.17% from 255) = 39.76%
R=47.40%
G=12.84%
B=39.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.16
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1554213000.730.160.39313.2757.3638.63
Hex9B2A8204910271393927
Octal23352202011120474717147
Binary10011011101010100000100100100110000100111100111001111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,42,130); }

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

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

 a { background-color: rgb(155,42,130); }

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

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

 span { border-color: rgb(155,42,130); }

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