#992198

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

Shades of Vivid Violet #992198

Tints of Vivid Violet #992198

Color information

#992198 (or 0x992198) is unknown color: approx Vivid Violet. HEX triplet: 99, 21 and 98. RGB value is (153,33,152). Sum of RGB (Red+Green+Blue) = 153+33+152=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 33 (13.28% from 255 or 9.76% from 338); Blue value is 152 (59.77% from 255 or 44.97% from 338); Max value from RGB is 153 - color contains mainly: red. Hex color #992198 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992198 is #66DE67. Grayscale: #525252. Windows color (decimal): -6741608 or 9970073. OLE color: 9970073.

HSL color Cylindrical-coordinate representation of color #992198: hue angle of 300.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #992198 is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB15333152-
CMYK00.780.010.4
HSL300.5º64.52%36.47%-
HSV(B)300.5º78.43%60%-
XYZ19.3510.1330.64-
YUV82.45167.26178.32-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.27%
GREEN value IS 33 (13.28% from 255) = 9.76%
BLUE value IS 152 (59.77% from 255) = 44.97%
R=45.27%
G=9.76%
B=44.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533315200.780.010.4300.564.5236.47
Hex99219804E12812c4124
Octal23141230011615045410144
Binary10011001100001100110000100111011010001001011001000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992198; }

 p { color: rgb(153,33,152); }

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

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

 a { background-color: rgb(153,33,152); }

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

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

 span { border-color: rgb(153,33,152); }

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