#9B208B

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

Shades of Dark Purple #9B208B

Tints of Dark Purple #9B208B

Color information

#9B208B (or 0x9B208B) is unknown color: approx Dark Purple. HEX triplet: 9B, 20 and 8B. RGB value is (155,32,139). Sum of RGB (Red+Green+Blue) = 155+32+139=326 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.55% from 326); Green value is 32 (12.89% from 255 or 9.82% from 326); Blue value is 139 (54.69% from 255 or 42.64% from 326); Max value from RGB is 155 - color contains mainly: red. Hex color #9B208B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B208B is #64DF74. Grayscale: #505050. Windows color (decimal): -6610805 or 9117851. OLE color: 9117851.

HSL color Cylindrical-coordinate representation of color #9B208B: hue angle of 307.8º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9B208B is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB15532139-
CMYK00.790.100.39
HSL307.8º65.78%36.67%-
HSV(B)307.8º79.35%60.78%-
XYZ18.699.8725.35-
YUV80.97160.75180.8-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.55%
GREEN value IS 32 (12.89% from 255) = 9.82%
BLUE value IS 139 (54.69% from 255) = 42.64%
R=47.55%
G=9.82%
B=42.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1553213900.790.100.39307.865.7836.67
Hex9B208B04FA271344225
Octal233402130117124746410245
Binary10011011100000100010110100111110101001111001101001000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B208B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,32,139); }

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

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

 a { background-color: rgb(155,32,139); }

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

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

 span { border-color: rgb(155,32,139); }

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