#99388c

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

Shades of Dark Purple #99388C

Tints of Dark Purple #99388C

Color information

#99388C (or 0x99388C) is unknown color: approx Dark Purple. HEX triplet: 99, 38 and 8C. RGB value is (153,56,140). Sum of RGB (Red+Green+Blue) = 153+56+140=349 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.84% from 349); Green value is 56 (22.27% from 255 or 16.05% from 349); Blue value is 140 (55.08% from 255 or 40.11% from 349); Max value from RGB is 153 - color contains mainly: red. Hex color #99388C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99388C is #66C773. Grayscale: #5E5E5E. Windows color (decimal): -6735732 or 9189529. OLE color: 9189529.

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

Color convert

RGB15356140-
CMYK00.630.080.4
HSL308.04º46.41%40.98%-
HSV(B)308.04º63.4%60%-
XYZ19.2811.4926.01-
YUV94.58153.64169.67-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.84%
GREEN value IS 56 (22.27% from 255) = 16.05%
BLUE value IS 140 (55.08% from 255) = 40.11%
R=43.84%
G=16.05%
B=40.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535614000.630.080.4308.0446.4140.98
Hex99388C03F8281342e29
Octal2317021407710504645651
Binary100110011110001000110001111111000101000100110100101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99388c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99388c; }

 p { color: rgb(153,56,140); }

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

<style>
 a { background-color: #99388c; }

 a { background-color: rgb(153,56,140); }

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

<style>
 span { border-color: #99388c; }

 span { border-color: rgb(153,56,140); }

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