#99367F

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

Shades of Dark Purple #99367F

Tints of Dark Purple #99367F

Color information

#99367F (or 0x99367F) is unknown color: approx Dark Purple. HEX triplet: 99, 36 and 7F. RGB value is (153,54,127). Sum of RGB (Red+Green+Blue) = 153+54+127=334 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.81% from 334); Green value is 54 (21.48% from 255 or 16.17% from 334); Blue value is 127 (50% from 255 or 38.02% from 334); Max value from RGB is 153 - color contains mainly: red. Hex color #99367F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99367F is #66C980. Grayscale: #5B5B5B. Windows color (decimal): -6736257 or 8337049. OLE color: 8337049.

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

Color convert

RGB15354127-
CMYK00.650.170.4
HSL315.76º47.83%40.59%-
HSV(B)315.76º64.71%60%-
XYZ18.2910.9421.23-
YUV91.92147.8171.56-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.81%
GREEN value IS 54 (21.48% from 255) = 16.17%
BLUE value IS 127 (50% from 255) = 38.02%
R=45.81%
G=16.17%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.17
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535412700.650.170.4315.7647.8340.59
Hex99367F041112813c3029
Octal23166177010121504746051
Binary1001100111011011111110100000110001101000100111100110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99367F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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