#9B2D84

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

Shades of Dark Purple #9B2D84

Tints of Dark Purple #9B2D84

Color information

#9B2D84 (or 0x9B2D84) is unknown color: approx Dark Purple. HEX triplet: 9B, 2D and 84. RGB value is (155,45,132). Sum of RGB (Red+Green+Blue) = 155+45+132=332 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.69% from 332); Green value is 45 (17.97% from 255 or 13.55% from 332); Blue value is 132 (51.95% from 255 or 39.76% from 332); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2D84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2D84 is #64D27B. Grayscale: #575757. Windows color (decimal): -6607484 or 8662427. OLE color: 8662427.

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

Color convert

RGB15545132-
CMYK00.710.150.39
HSL312.55º55%39.22%-
HSV(B)312.55º70.97%60.78%-
XYZ18.6210.5122.88-
YUV87.81152.94175.93-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.69%
GREEN value IS 45 (17.97% from 255) = 13.55%
BLUE value IS 132 (51.95% from 255) = 39.76%
R=46.69%
G=13.55%
B=39.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1554513200.710.150.39312.555539.22
Hex9B2D84047F271393727
Octal23355204010717474716747
Binary1001101110110110000100010001111111100111100111001110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,45,132); }

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

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

 a { background-color: rgb(155,45,132); }

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

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

 span { border-color: rgb(155,45,132); }

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