#99217b

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

Shades of Dark Purple #99217B

Tints of Dark Purple #99217B

Color information

#99217B (or 0x99217B) is unknown color: approx Dark Purple. HEX triplet: 99, 21 and 7B. RGB value is (153,33,123). Sum of RGB (Red+Green+Blue) = 153+33+123=309 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.51% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 123 (48.44% from 255 or 39.81% from 309); Max value from RGB is 153 - color contains mainly: red. Hex color #99217B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99217B is #66DE84. Grayscale: #4E4E4E. Windows color (decimal): -6741637 or 8069529. OLE color: 8069529.

HSL color Cylindrical-coordinate representation of color #99217B: hue angle of 315º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #99217B is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB15333123-
CMYK00.780.200.4
HSL315º64.52%36.47%-
HSV(B)315º78.43%60%-
XYZ17.269.2919.62-
YUV79.14152.76180.68-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.51%
GREEN value IS 33 (13.28% from 255) = 10.68%
BLUE value IS 123 (48.44% from 255) = 39.81%
R=49.51%
G=10.68%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533312300.780.200.431564.5236.47
Hex99217B04E142813b4124
Octal231411730116245047310144
Binary10011001100001111101101001110101001010001001110111000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99217b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99217b; }

 p { color: rgb(153,33,123); }

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

<style>
 a { background-color: #99217b; }

 a { background-color: rgb(153,33,123); }

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

<style>
 span { border-color: #99217b; }

 span { border-color: rgb(153,33,123); }

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