#99237C

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

Shades of Dark Purple #99237C

Tints of Dark Purple #99237C

Color information

#99237C (or 0x99237C) is unknown color: approx Dark Purple. HEX triplet: 99, 23 and 7C. RGB value is (153,35,124). Sum of RGB (Red+Green+Blue) = 153+35+124=312 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.04% from 312); Green value is 35 (14.06% from 255 or 11.22% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 153 - color contains mainly: red. Hex color #99237C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99237C is #66DC83. Grayscale: #505050. Windows color (decimal): -6741124 or 8135577. OLE color: 8135577.

HSL color Cylindrical-coordinate representation of color #99237C: hue angle of 314.75º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #99237C is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.4.

Color convert

RGB15335124-
CMYK00.770.190.4
HSL314.75º62.77%36.86%-
HSV(B)314.75º77.12%60%-
XYZ17.389.4319.97-
YUV80.43152.59179.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.04%
GREEN value IS 35 (14.06% from 255) = 11.22%
BLUE value IS 124 (48.83% from 255) = 39.74%
R=49.04%
G=11.22%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.19
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533512400.770.190.4314.7562.7736.86
Hex99237C04D132813b3f25
Octal23143174011523504737745
Binary1001100110001111111000100110110011101000100111011111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99237C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99237C; }

 p { color: rgb(153,35,124); }

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

<style>
 a { background-color: #99237C; }

 a { background-color: rgb(153,35,124); }

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

<style>
 span { border-color: #99237C; }

 span { border-color: rgb(153,35,124); }

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