#992E91

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

Shades of Vivid Violet #992E91

Tints of Vivid Violet #992E91

Color information

#992E91 (or 0x992E91) is unknown color: approx Vivid Violet. HEX triplet: 99, 2E and 91. RGB value is (153,46,145). Sum of RGB (Red+Green+Blue) = 153+46+145=344 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.48% from 344); Green value is 46 (18.36% from 255 or 13.37% from 344); Blue value is 145 (57.03% from 255 or 42.15% from 344); Max value from RGB is 153 - color contains mainly: red. Hex color #992E91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992E91 is #66D16E. Grayscale: #585858. Windows color (decimal): -6738287 or 9514649. OLE color: 9514649.

HSL color Cylindrical-coordinate representation of color #992E91: hue angle of 304.49º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #992E91 is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB15346145-
CMYK00.700.050.4
HSL304.49º53.77%39.02%-
HSV(B)304.49º69.93%60%-
XYZ19.2210.7727.85-
YUV89.28159.45173.45-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.48%
GREEN value IS 46 (18.36% from 255) = 13.37%
BLUE value IS 145 (57.03% from 255) = 42.15%
R=44.48%
G=13.37%
B=42.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1534614500.700.050.4304.4953.7739.02
Hex992E910465281303627
Octal2315622101065504606647
Binary100110011011101001000101000110101101000100110000110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,46,145); }

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

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

 a { background-color: rgb(153,46,145); }

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

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

 span { border-color: rgb(153,46,145); }

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