#99338B

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

Shades of Dark Purple #99338B

Tints of Dark Purple #99338B

Color information

#99338B (or 0x99338B) is unknown color: approx Dark Purple. HEX triplet: 99, 33 and 8B. RGB value is (153,51,139). Sum of RGB (Red+Green+Blue) = 153+51+139=343 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.61% from 343); Green value is 51 (20.31% from 255 or 14.87% from 343); Blue value is 139 (54.69% from 255 or 40.52% from 343); Max value from RGB is 153 - color contains mainly: red. Hex color #99338B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99338B is #66CC74. Grayscale: #5B5B5B. Windows color (decimal): -6737013 or 9122713. OLE color: 9122713.

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

Color convert

RGB15351139-
CMYK00.670.090.4
HSL308.24º50%40%-
HSV(B)308.24º66.67%60%-
XYZ18.981125.55-
YUV91.53154.79171.84-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.61%
GREEN value IS 51 (20.31% from 255) = 14.87%
BLUE value IS 139 (54.69% from 255) = 40.52%
R=44.61%
G=14.87%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.09
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535113900.670.090.4308.245040
Hex99338B0439281343228
Octal23163213010311504646250
Binary1001100111001110001011010000111001101000100110100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99338B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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