#99358C

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

Shades of Dark Purple #99358C

Tints of Dark Purple #99358C

Color information

#99358C (or 0x99358C) is unknown color: approx Dark Purple. HEX triplet: 99, 35 and 8C. RGB value is (153,53,140). Sum of RGB (Red+Green+Blue) = 153+53+140=346 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.22% from 346); Green value is 53 (21.09% from 255 or 15.32% from 346); Blue value is 140 (55.08% from 255 or 40.46% from 346); Max value from RGB is 153 - color contains mainly: red. Hex color #99358C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99358C is #66CA73. Grayscale: #5C5C5C. Windows color (decimal): -6736500 or 9188761. OLE color: 9188761.

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

Color convert

RGB15353140-
CMYK00.650.080.4
HSL307.8º48.54%40.39%-
HSV(B)307.8º65.36%60%-
XYZ19.1411.2125.97-
YUV92.82154.63170.93-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.22%
GREEN value IS 53 (21.09% from 255) = 15.32%
BLUE value IS 140 (55.08% from 255) = 40.46%
R=44.22%
G=15.32%
B=40.46%

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
Decimal1535314000.650.080.4307.848.5440.39
Hex99358C0418281343128
Octal23165214010110504646150
Binary1001100111010110001100010000011000101000100110100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99358C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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