#99408B

Color #99408B Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #99408B

Tints of Vivid Violet #99408B

Color information

#99408B (or 0x99408B) is unknown color: approx Vivid Violet. HEX triplet: 99, 40 and 8B. RGB value is (153,64,139). Sum of RGB (Red+Green+Blue) = 153+64+139=356 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.98% from 356); Green value is 64 (25.39% from 255 or 17.98% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 153 - color contains mainly: red. Hex color #99408B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99408B is #66BF74. Grayscale: #626262. Windows color (decimal): -6733685 or 9126041. OLE color: 9126041.

HSL color Cylindrical-coordinate representation of color #99408B: hue angle of 309.44º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #99408B is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.4.

Color convert

RGB15364139-
CMYK00.580.090.4
HSL309.44º41.01%42.55%-
HSV(B)309.44º58.17%60%-
XYZ19.6312.325.77-
YUV99.16150.49166.4-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.98%
GREEN value IS 64 (25.39% from 255) = 17.98%
BLUE value IS 139 (54.69% from 255) = 39.04%
R=42.98%
G=17.98%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.09
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536413900.580.090.4309.4441.0142.55
Hex99408B03A928135292b
Octal23110021307211504655153
Binary1001100110000001000101101110101001101000100110101101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99408B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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