#992A9F

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

Shades of Vivid Violet #992A9F

Tints of Vivid Violet #992A9F

Color information

#992A9F (or 0x992A9F) is unknown color: approx Vivid Violet. HEX triplet: 99, 2A and 9F. RGB value is (153,42,159). Sum of RGB (Red+Green+Blue) = 153+42+159=354 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.22% from 354); Green value is 42 (16.80% from 255 or 11.86% from 354); Blue value is 159 (62.5% from 255 or 44.92% from 354); Max value from RGB is 159 - color contains mainly: blue. Hex color #992A9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992A9F is #66D560. Grayscale: #585858. Windows color (decimal): -6739297 or 10431129. OLE color: 10431129.

HSL color Cylindrical-coordinate representation of color #992A9F: hue angle of 296.92º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #992A9F is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15342159-
CMYK0.040.7400.38
HSL296.92º58.21%39.41%-
HSV(B)296.92º73.58%62.35%-
XYZ20.2210.9333.85-
YUV88.53167.77173.99-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.22%
GREEN value IS 42 (16.80% from 255) = 11.86%
BLUE value IS 159 (62.5% from 255) = 44.92%
R=43.22%
G=11.86%
B=44.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal153421590.040.7400.38296.9258.2139.41
Hex992A9F44A0261293a27
Octal2315223741120464517247
Binary100110011010101001111110010010100100110100101001111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992A9F; }

 p { color: rgb(153,42,159); }

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

<style>
 a { background-color: #992A9F; }

 a { background-color: rgb(153,42,159); }

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

<style>
 span { border-color: #992A9F; }

 span { border-color: rgb(153,42,159); }

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