#99299C

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

Shades of Vivid Violet #99299C

Tints of Vivid Violet #99299C

Color information

#99299C (or 0x99299C) is unknown color: approx Vivid Violet. HEX triplet: 99, 29 and 9C. RGB value is (153,41,156). Sum of RGB (Red+Green+Blue) = 153+41+156=350 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.71% from 350); Green value is 41 (16.41% from 255 or 11.71% from 350); Blue value is 156 (61.33% from 255 or 44.57% from 350); Max value from RGB is 156 - color contains mainly: blue. Hex color #99299C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99299C is #66D663. Grayscale: #575757. Windows color (decimal): -6739556 or 10234265. OLE color: 10234265.

HSL color Cylindrical-coordinate representation of color #99299C: hue angle of 298.43º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #99299C is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15341156-
CMYK0.020.7400.39
HSL298.43º58.38%38.63%-
HSV(B)298.43º73.72%61.18%-
XYZ19.9310.7632.48-
YUV87.6166.61174.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.71%
GREEN value IS 41 (16.41% from 255) = 11.71%
BLUE value IS 156 (61.33% from 255) = 44.57%
R=43.71%
G=11.71%
B=44.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal153411560.020.7400.39298.4358.3838.63
Hex99299C24A02712a3a27
Octal2315123421120474527247
Binary10011001101001100111001010010100100111100101010111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99299C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,41,156); }

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

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

 a { background-color: rgb(153,41,156); }

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

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

 span { border-color: rgb(153,41,156); }

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