#9B216E

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

Shades of Dark Purple #9B216E

Tints of Dark Purple #9B216E

Color information

#9B216E (or 0x9B216E) is unknown color: approx Dark Purple. HEX triplet: 9B, 21 and 6E. RGB value is (155,33,110). Sum of RGB (Red+Green+Blue) = 155+33+110=298 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.01% from 298); Green value is 33 (13.28% from 255 or 11.07% from 298); Blue value is 110 (43.36% from 255 or 36.91% from 298); Max value from RGB is 155 - color contains mainly: red. Hex color #9B216E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B216E is #64DE91. Grayscale: #4E4E4E. Windows color (decimal): -6610578 or 7217563. OLE color: 7217563.

HSL color Cylindrical-coordinate representation of color #9B216E: hue angle of 322.13º degrees, saturation: 0.65, 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 #9B216E is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB15533110-
CMYK00.790.290.39
HSL322.13º64.89%36.86%-
HSV(B)322.13º78.71%60.78%-
XYZ16.889.1815.63-
YUV78.26145.92182.74-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 52.01%
GREEN value IS 33 (13.28% from 255) = 11.07%
BLUE value IS 110 (43.36% from 255) = 36.91%
R=52.01%
G=11.07%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1553311000.790.290.39322.1364.8936.86
Hex9B216E04F1D271424125
Octal233411560117354750210145
Binary10011011100001110111001001111111011001111010000101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B216E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,33,110); }

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

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

 a { background-color: rgb(155,33,110); }

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

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

 span { border-color: rgb(155,33,110); }

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