#99368B

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

Shades of Dark Purple #99368B

Tints of Dark Purple #99368B

Color information

#99368B (or 0x99368B) is unknown color: approx Dark Purple. HEX triplet: 99, 36 and 8B. RGB value is (153,54,139). Sum of RGB (Red+Green+Blue) = 153+54+139=346 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.22% from 346); Green value is 54 (21.48% from 255 or 15.61% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 153 - color contains mainly: red. Hex color #99368B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99368B is #66C974. Grayscale: #5D5D5D. Windows color (decimal): -6736245 or 9123481. OLE color: 9123481.

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

Color convert

RGB15354139-
CMYK00.650.090.4
HSL308.48º47.83%40.59%-
HSV(B)308.48º64.71%60%-
XYZ19.1211.2725.59-
YUV93.29153.8170.59-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.22%
GREEN value IS 54 (21.48% from 255) = 15.61%
BLUE value IS 139 (54.69% from 255) = 40.17%
R=44.22%
G=15.61%
B=40.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.09
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535413900.650.090.4308.4847.8340.59
Hex99368B0419281343029
Octal23166213010111504646051
Binary1001100111011010001011010000011001101000100110100110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99368B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99368B; }

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

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

<style>
 a { background-color: #99368B; }

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

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

<style>
 span { border-color: #99368B; }

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

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