#802998

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

Shades of Vivid Violet #802998

Tints of Vivid Violet #802998

Color information

#802998 (or 0x802998) is unknown color: approx Vivid Violet. HEX triplet: 80, 29 and 98. RGB value is (128,41,152). Sum of RGB (Red+Green+Blue) = 128+41+152=321 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.88% from 321); Green value is 41 (16.41% from 255 or 12.77% from 321); Blue value is 152 (59.77% from 255 or 47.35% from 321); Max value from RGB is 152 - color contains mainly: blue. Hex color #802998 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802998 is #7FD667. Grayscale: #4F4F4F. Windows color (decimal): -8377960 or 9972096. OLE color: 9972096.

HSL color Cylindrical-coordinate representation of color #802998: hue angle of 287.03º 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 #802998 is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB12841152-
CMYK0.160.7300.40
HSL287.03º57.51%37.84%-
HSV(B)287.03º73.03%59.61%-
XYZ15.368.4430.53-
YUV79.67168.82162.47-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.88%
GREEN value IS 41 (16.41% from 255) = 12.77%
BLUE value IS 152 (59.77% from 255) = 47.35%
R=39.88%
G=12.77%
B=47.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal128411520.160.7300.40287.0357.5137.84
Hex802998104902811f3a26
Octal20051230201110504377246
Binary10000000101001100110001000010010010101000100011111111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802998; }

 p { color: rgb(128,41,152); }

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

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

 a { background-color: rgb(128,41,152); }

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

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

 span { border-color: rgb(128,41,152); }

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