#9B2D83

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

Shades of Dark Purple #9B2D83

Tints of Dark Purple #9B2D83

Color information

#9B2D83 (or 0x9B2D83) is unknown color: approx Dark Purple. HEX triplet: 9B, 2D and 83. RGB value is (155,45,131). Sum of RGB (Red+Green+Blue) = 155+45+131=331 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.83% from 331); Green value is 45 (17.97% from 255 or 13.60% from 331); Blue value is 131 (51.56% from 255 or 39.58% from 331); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2D83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2D83 is #64D27C. Grayscale: #575757. Windows color (decimal): -6607485 or 8596891. OLE color: 8596891.

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

Color convert

RGB15545131-
CMYK00.710.150.39
HSL313.09º55%39.22%-
HSV(B)313.09º70.97%60.78%-
XYZ18.5510.4822.52-
YUV87.69152.44176.01-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.83%
GREEN value IS 45 (17.97% from 255) = 13.60%
BLUE value IS 131 (51.56% from 255) = 39.58%
R=46.83%
G=13.60%
B=39.58%

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
Decimal1554513100.710.150.39313.095539.22
Hex9B2D83047F271393727
Octal23355203010717474716747
Binary1001101110110110000011010001111111100111100111001110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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