#99377C

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

Shades of Dark Purple #99377C

Tints of Dark Purple #99377C

Color information

#99377C (or 0x99377C) is unknown color: approx Dark Purple. HEX triplet: 99, 37 and 7C. RGB value is (153,55,124). Sum of RGB (Red+Green+Blue) = 153+55+124=332 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.08% from 332); Green value is 55 (21.88% from 255 or 16.57% from 332); Blue value is 124 (48.83% from 255 or 37.35% from 332); Max value from RGB is 153 - color contains mainly: red. Hex color #99377C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99377C is #66C883. Grayscale: #5B5B5B. Windows color (decimal): -6736004 or 8140697. OLE color: 8140697.

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

Color convert

RGB15355124-
CMYK00.640.190.4
HSL317.76º47.12%40.78%-
HSV(B)317.76º64.05%60%-
XYZ18.1410.9620.23-
YUV92.17145.97171.39-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.08%
GREEN value IS 55 (21.88% from 255) = 16.57%
BLUE value IS 124 (48.83% from 255) = 37.35%
R=46.08%
G=16.57%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.19
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535512400.640.190.4317.7647.1240.78
Hex99377C040132813e2f29
Octal23167174010023504765751
Binary1001100111011111111000100000010011101000100111110101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99377C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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