#99367D

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

Shades of Dark Purple #99367D

Tints of Dark Purple #99367D

Color information

#99367D (or 0x99367D) is unknown color: approx Dark Purple. HEX triplet: 99, 36 and 7D. RGB value is (153,54,125). Sum of RGB (Red+Green+Blue) = 153+54+125=332 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.08% from 332); Green value is 54 (21.48% from 255 or 16.27% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 153 - color contains mainly: red. Hex color #99367D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99367D is #66C982. Grayscale: #5B5B5B. Windows color (decimal): -6736259 or 8205977. OLE color: 8205977.

HSL color Cylindrical-coordinate representation of color #99367D: hue angle of 316.97º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #99367D is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB15354125-
CMYK00.650.180.4
HSL316.97º47.83%40.59%-
HSV(B)316.97º64.71%60%-
XYZ18.1610.8920.55-
YUV91.7146.8171.73-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.08%
GREEN value IS 54 (21.48% from 255) = 16.27%
BLUE value IS 125 (49.22% from 255) = 37.65%
R=46.08%
G=16.27%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535412500.650.180.4316.9747.8340.59
Hex99367D041122813d3029
Octal23166175010122504756051
Binary1001100111011011111010100000110010101000100111101110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99367D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99367D; }

 p { color: rgb(153,54,125); }

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

<style>
 a { background-color: #99367D; }

 a { background-color: rgb(153,54,125); }

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

<style>
 span { border-color: #99367D; }

 span { border-color: rgb(153,54,125); }

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