#99168A

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

Shades of Dark Purple #99168A

Tints of Dark Purple #99168A

Color information

#99168A (or 0x99168A) is unknown color: approx Dark Purple. HEX triplet: 99, 16 and 8A. RGB value is (153,22,138). Sum of RGB (Red+Green+Blue) = 153+22+138=313 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.88% from 313); Green value is 22 (8.98% from 255 or 7.03% from 313); Blue value is 138 (54.30% from 255 or 44.09% from 313); Max value from RGB is 153 - color contains mainly: red. Hex color #99168A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99168A is #66E975. Grayscale: #4A4A4A. Windows color (decimal): -6744438 or 9049753. OLE color: 9049753.

HSL color Cylindrical-coordinate representation of color #99168A: hue angle of 306.87º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #99168A is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB15322138-
CMYK00.860.100.4
HSL306.87º74.86%34.31%-
HSV(B)306.87º85.62%60%-
XYZ18.019.1824.87-
YUV74.39163.9184.07-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.88%
GREEN value IS 22 (8.98% from 255) = 7.03%
BLUE value IS 138 (54.30% from 255) = 44.09%
R=48.88%
G=7.03%
B=44.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1532213800.860.100.4306.8774.8634.31
Hex99168A056A281334b22
Octal231262120126125046311342
Binary1001100110110100010100101011010101010001001100111001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99168A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99168A; }

 p { color: rgb(153,22,138); }

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

<style>
 a { background-color: #99168A; }

 a { background-color: rgb(153,22,138); }

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

<style>
 span { border-color: #99168A; }

 span { border-color: rgb(153,22,138); }

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