#99338C

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

Shades of Dark Purple #99338C

Tints of Dark Purple #99338C

Color information

#99338C (or 0x99338C) is unknown color: approx Dark Purple. HEX triplet: 99, 33 and 8C. RGB value is (153,51,140). Sum of RGB (Red+Green+Blue) = 153+51+140=344 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.48% from 344); Green value is 51 (20.31% from 255 or 14.83% from 344); Blue value is 140 (55.08% from 255 or 40.70% from 344); Max value from RGB is 153 - color contains mainly: red. Hex color #99338C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99338C is #66CC73. Grayscale: #5B5B5B. Windows color (decimal): -6737012 or 9188249. OLE color: 9188249.

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

Color convert

RGB15351140-
CMYK00.670.080.4
HSL307.65º50%40%-
HSV(B)307.65º66.67%60%-
XYZ19.0511.0325.94-
YUV91.64155.29171.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.48%
GREEN value IS 51 (20.31% from 255) = 14.83%
BLUE value IS 140 (55.08% from 255) = 40.70%
R=44.48%
G=14.83%
B=40.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535114000.670.080.4307.655040
Hex99338C0438281343228
Octal23163214010310504646250
Binary1001100111001110001100010000111000101000100110100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99338C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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