#99408E

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

Shades of Vivid Violet #99408E

Tints of Vivid Violet #99408E

Color information

#99408E (or 0x99408E) is unknown color: approx Vivid Violet. HEX triplet: 99, 40 and 8E. RGB value is (153,64,142). Sum of RGB (Red+Green+Blue) = 153+64+142=359 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.62% from 359); Green value is 64 (25.39% from 255 or 17.83% from 359); Blue value is 142 (55.86% from 255 or 39.55% from 359); Max value from RGB is 153 - color contains mainly: red. Hex color #99408E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99408E is #66BF71. Grayscale: #636363. Windows color (decimal): -6733682 or 9322649. OLE color: 9322649.

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

Color convert

RGB15364142-
CMYK00.580.070.4
HSL307.42º41.01%42.55%-
HSV(B)307.42º58.17%60%-
XYZ19.8512.3926.94-
YUV99.5151.99166.16-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.62%
GREEN value IS 64 (25.39% from 255) = 17.83%
BLUE value IS 142 (55.86% from 255) = 39.55%
R=42.62%
G=17.83%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536414200.580.070.4307.4241.0142.55
Hex99408E03A728133292b
Octal2311002160727504635153
Binary100110011000000100011100111010111101000100110011101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99408E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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