#99397F

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

Shades of Dark Purple #99397F

Tints of Dark Purple #99397F

Color information

#99397F (or 0x99397F) is unknown color: approx Dark Purple. HEX triplet: 99, 39 and 7F. RGB value is (153,57,127). Sum of RGB (Red+Green+Blue) = 153+57+127=337 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.40% from 337); Green value is 57 (22.66% from 255 or 16.91% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 153 - color contains mainly: red. Hex color #99397F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99397F is #66C680. Grayscale: #5D5D5D. Windows color (decimal): -6735489 or 8337817. OLE color: 8337817.

HSL color Cylindrical-coordinate representation of color #99397F: hue angle of 316.25º 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 #99397F is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB15357127-
CMYK00.630.170.4
HSL316.25º45.71%41.18%-
HSV(B)316.25º62.75%60%-
XYZ18.4311.2321.28-
YUV93.68146.8170.31-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.40%
GREEN value IS 57 (22.66% from 255) = 16.91%
BLUE value IS 127 (50% from 255) = 37.69%
R=45.40%
G=16.91%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.17
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535712700.630.170.4316.2545.7141.18
Hex99397F03F112813c2e29
Octal2317117707721504745651
Binary100110011110011111111011111110001101000100111100101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99397F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99397F; }

 p { color: rgb(153,57,127); }

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

<style>
 a { background-color: #99397F; }

 a { background-color: rgb(153,57,127); }

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

<style>
 span { border-color: #99397F; }

 span { border-color: rgb(153,57,127); }

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