#99338E

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

Shades of Dark Purple #99338E

Tints of Dark Purple #99338E

Color information

#99338E (or 0x99338E) is unknown color: approx Dark Purple. HEX triplet: 99, 33 and 8E. RGB value is (153,51,142). Sum of RGB (Red+Green+Blue) = 153+51+142=346 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.22% from 346); Green value is 51 (20.31% from 255 or 14.74% from 346); Blue value is 142 (55.86% from 255 or 41.04% from 346); Max value from RGB is 153 - color contains mainly: red. Hex color #99338E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99338E is #66CC71. Grayscale: #5B5B5B. Windows color (decimal): -6737010 or 9319321. OLE color: 9319321.

HSL color Cylindrical-coordinate representation of color #99338E: hue angle of 306.47º 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 #99338E is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB15351142-
CMYK00.670.070.4
HSL306.47º50%40%-
HSV(B)306.47º66.67%60%-
XYZ19.211.0926.72-
YUV91.87156.29171.6-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.22%
GREEN value IS 51 (20.31% from 255) = 14.74%
BLUE value IS 142 (55.86% from 255) = 41.04%
R=44.22%
G=14.74%
B=41.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535114200.670.070.4306.475040
Hex99338E0437281323228
Octal2316321601037504626250
Binary100110011100111000111001000011111101000100110010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99338E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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