#992898

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

Shades of Vivid Violet #992898

Tints of Vivid Violet #992898

Color information

#992898 (or 0x992898) is unknown color: approx Vivid Violet. HEX triplet: 99, 28 and 98. RGB value is (153,40,152). Sum of RGB (Red+Green+Blue) = 153+40+152=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 152 (59.77% from 255 or 44.06% from 345); Max value from RGB is 153 - color contains mainly: red. Hex color #992898 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992898 is #66D767. Grayscale: #565656. Windows color (decimal): -6739816 or 9971865. OLE color: 9971865.

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

Color convert

RGB15340152-
CMYK00.740.010.4
HSL300.53º58.55%37.84%-
HSV(B)300.53º73.86%60%-
XYZ19.5610.5630.71-
YUV86.56164.94175.39-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.35%
GREEN value IS 40 (16.02% from 255) = 11.59%
BLUE value IS 152 (59.77% from 255) = 44.06%
R=44.35%
G=11.59%
B=44.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1534015200.740.010.4300.5358.5537.84
Hex99289804A12812d3b26
Octal2315023001121504557346
Binary1001100110100010011000010010101101000100101101111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992898; }

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

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

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

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

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

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

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

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