#992995

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

Shades of Vivid Violet #992995

Tints of Vivid Violet #992995

Color information

#992995 (or 0x992995) is unknown color: approx Vivid Violet. HEX triplet: 99, 29 and 95. RGB value is (153,41,149). Sum of RGB (Red+Green+Blue) = 153+41+149=343 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.61% from 343); Green value is 41 (16.41% from 255 or 11.95% from 343); Blue value is 149 (58.59% from 255 or 43.44% from 343); Max value from RGB is 153 - color contains mainly: red. Hex color #992995 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992995 is #66D66A. Grayscale: #565656. Windows color (decimal): -6739563 or 9775513. OLE color: 9775513.

HSL color Cylindrical-coordinate representation of color #992995: hue angle of 302.14º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #992995 is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB15341149-
CMYK00.730.030.4
HSL302.14º57.73%38.04%-
HSV(B)302.14º73.2%60%-
XYZ19.3510.5329.45-
YUV86.8163.11175.22-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.61%
GREEN value IS 41 (16.41% from 255) = 11.95%
BLUE value IS 149 (58.59% from 255) = 43.44%
R=44.61%
G=11.95%
B=43.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1534114900.730.030.4302.1457.7338.04
Hex99299504932812e3a26
Octal2315122501113504567246
Binary10011001101001100101010100100111101000100101110111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992995; }

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

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

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

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

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

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

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

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