#803998

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

Shades of Vivid Violet #803998

Tints of Vivid Violet #803998

Color information

#803998 (or 0x803998) is unknown color: approx Vivid Violet. HEX triplet: 80, 39 and 98. RGB value is (128,57,152). Sum of RGB (Red+Green+Blue) = 128+57+152=337 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.98% from 337); Green value is 57 (22.66% from 255 or 16.91% from 337); Blue value is 152 (59.77% from 255 or 45.10% from 337); Max value from RGB is 152 - color contains mainly: blue. Hex color #803998 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803998 is #7FC667. Grayscale: #585858. Windows color (decimal): -8373864 or 9976192. OLE color: 9976192.

HSL color Cylindrical-coordinate representation of color #803998: hue angle of 284.84º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #803998 is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB12857152-
CMYK0.160.6200.40
HSL284.84º45.45%40.98%-
HSV(B)284.84º62.5%59.61%-
XYZ16.039.7830.75-
YUV89.06163.52155.78-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.98%
GREEN value IS 57 (22.66% from 255) = 16.91%
BLUE value IS 152 (59.77% from 255) = 45.10%
R=37.98%
G=16.91%
B=45.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal128571520.160.6200.40284.8445.4540.98
Hex803998103E02811d2d29
Octal2007123020760504355551
Binary1000000011100110011000100001111100101000100011101101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803998; }

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

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

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

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

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

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

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

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