#99358D

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

Shades of Dark Purple #99358D

Tints of Dark Purple #99358D

Color information

#99358D (or 0x99358D) is unknown color: approx Dark Purple. HEX triplet: 99, 35 and 8D. RGB value is (153,53,141). Sum of RGB (Red+Green+Blue) = 153+53+141=347 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.09% from 347); Green value is 53 (21.09% from 255 or 15.27% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 153 - color contains mainly: red. Hex color #99358D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99358D is #66CA72. Grayscale: #5C5C5C. Windows color (decimal): -6736499 or 9254297. OLE color: 9254297.

HSL color Cylindrical-coordinate representation of color #99358D: hue angle of 307.2º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #99358D is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB15353141-
CMYK00.650.080.4
HSL307.2º48.54%40.39%-
HSV(B)307.2º65.36%60%-
XYZ19.2211.2426.36-
YUV92.93155.13170.84-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.09%
GREEN value IS 53 (21.09% from 255) = 15.27%
BLUE value IS 141 (55.47% from 255) = 40.63%
R=44.09%
G=15.27%
B=40.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535314100.650.080.4307.248.5440.39
Hex99358D0418281333128
Octal23165215010110504636150
Binary1001100111010110001101010000011000101000100110011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99358D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99358D; }

 p { color: rgb(153,53,141); }

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

<style>
 a { background-color: #99358D; }

 a { background-color: rgb(153,53,141); }

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

<style>
 span { border-color: #99358D; }

 span { border-color: rgb(153,53,141); }

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