#99347C

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

Shades of Dark Purple #99347C

Tints of Dark Purple #99347C

Color information

#99347C (or 0x99347C) is unknown color: approx Dark Purple. HEX triplet: 99, 34 and 7C. RGB value is (153,52,124). Sum of RGB (Red+Green+Blue) = 153+52+124=329 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.50% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 153 - color contains mainly: red. Hex color #99347C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99347C is #66CB83. Grayscale: #5A5A5A. Windows color (decimal): -6736772 or 8139929. OLE color: 8139929.

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

Color convert

RGB15352124-
CMYK00.660.190.4
HSL317.23º49.27%40.2%-
HSV(B)317.23º66.01%60%-
XYZ1810.6820.18-
YUV90.41146.96172.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.50%
GREEN value IS 52 (20.70% from 255) = 15.81%
BLUE value IS 124 (48.83% from 255) = 37.69%
R=46.50%
G=15.81%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.19
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535212400.660.190.4317.2349.2740.2
Hex99347C042132813d3128
Octal23164174010223504756150
Binary1001100111010011111000100001010011101000100111101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99347C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,52,124); }

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

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

 a { background-color: rgb(153,52,124); }

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

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

 span { border-color: rgb(153,52,124); }

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