#802094

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

Shades of Vivid Violet #802094

Tints of Vivid Violet #802094

Color information

#802094 (or 0x802094) is unknown color: approx Vivid Violet. HEX triplet: 80, 20 and 94. RGB value is (128,32,148). Sum of RGB (Red+Green+Blue) = 128+32+148=308 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.56% from 308); Green value is 32 (12.89% from 255 or 10.39% from 308); Blue value is 148 (58.20% from 255 or 48.05% from 308); Max value from RGB is 148 - color contains mainly: blue. Hex color #802094 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802094 is #7FDF6B. Grayscale: #494949. Windows color (decimal): -8380268 or 9707648. OLE color: 9707648.

HSL color Cylindrical-coordinate representation of color #802094: hue angle of 289.66º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #802094 is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12832148-
CMYK0.140.7800.42
HSL289.66º64.44%35.29%-
HSV(B)289.66º78.38%58.04%-
XYZ14.767.7628.74-
YUV73.93169.8166.57-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.56%
GREEN value IS 32 (12.89% from 255) = 10.39%
BLUE value IS 148 (58.20% from 255) = 48.05%
R=41.56%
G=10.39%
B=48.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal128321480.140.7800.42289.6664.4435.29
Hex802094E4E02A1224023
Octal200402241611605244210043
Binary10000000100000100101001110100111001010101001000101000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802094; }

 p { color: rgb(128,32,148); }

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

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

 a { background-color: rgb(128,32,148); }

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

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

 span { border-color: rgb(128,32,148); }

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