#99188A

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

Shades of Dark Purple #99188A

Tints of Dark Purple #99188A

Color information

#99188A (or 0x99188A) is unknown color: approx Dark Purple. HEX triplet: 99, 18 and 8A. RGB value is (153,24,138). Sum of RGB (Red+Green+Blue) = 153+24+138=315 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.57% from 315); Green value is 24 (9.77% from 255 or 7.62% from 315); Blue value is 138 (54.30% from 255 or 43.81% from 315); Max value from RGB is 153 - color contains mainly: red. Hex color #99188A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99188A is #66E775. Grayscale: #4B4B4B. Windows color (decimal): -6743926 or 9050265. OLE color: 9050265.

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

Color convert

RGB15324138-
CMYK00.840.100.4
HSL306.98º72.88%34.71%-
HSV(B)306.98º84.31%60%-
XYZ18.059.2624.88-
YUV75.57163.24183.23-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.57%
GREEN value IS 24 (9.77% from 255) = 7.62%
BLUE value IS 138 (54.30% from 255) = 43.81%
R=48.57%
G=7.62%
B=43.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1532413800.840.100.4306.9872.8834.71
Hex99188A054A281334923
Octal231302120124125046311143
Binary1001100111000100010100101010010101010001001100111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99188A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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