#9B217A

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

Shades of Dark Purple #9B217A

Tints of Dark Purple #9B217A

Color information

#9B217A (or 0x9B217A) is unknown color: approx Dark Purple. HEX triplet: 9B, 21 and 7A. RGB value is (155,33,122). Sum of RGB (Red+Green+Blue) = 155+33+122=310 (41% of max value = 765). Red value is 155 (60.94% from 255 or 50% from 310); Green value is 33 (13.28% from 255 or 10.65% from 310); Blue value is 122 (48.05% from 255 or 39.35% from 310); Max value from RGB is 155 - color contains mainly: red. Hex color #9B217A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B217A is #64DE85. Grayscale: #4F4F4F. Windows color (decimal): -6610566 or 8003995. OLE color: 8003995.

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

Color convert

RGB15533122-
CMYK00.790.210.39
HSL316.23º64.89%36.86%-
HSV(B)316.23º78.71%60.78%-
XYZ17.579.4619.31-
YUV79.62151.92181.76-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50%
GREEN value IS 33 (13.28% from 255) = 10.65%
BLUE value IS 122 (48.05% from 255) = 39.35%
R=50%
G=10.65%
B=39.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1553312200.790.210.39316.2364.8936.86
Hex9B217A04F152713c4125
Octal233411720117254747410145
Binary10011011100001111101001001111101011001111001111001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B217A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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