#803395

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

Shades of Vivid Violet #803395

Tints of Vivid Violet #803395

Color information

#803395 (or 0x803395) is unknown color: approx Vivid Violet. HEX triplet: 80, 33 and 95. RGB value is (128,51,149). Sum of RGB (Red+Green+Blue) = 128+51+149=328 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.02% from 328); Green value is 51 (20.31% from 255 or 15.55% from 328); Blue value is 149 (58.59% from 255 or 45.43% from 328); Max value from RGB is 149 - color contains mainly: blue. Hex color #803395 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803395 is #7FCC6A. Grayscale: #545454. Windows color (decimal): -8375403 or 9778048. OLE color: 9778048.

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

Color convert

RGB12851149-
CMYK0.140.6600.42
HSL287.14º49%39.22%-
HSV(B)287.14º65.77%58.43%-
XYZ15.519.1329.38-
YUV85.2164.01158.53-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.02%
GREEN value IS 51 (20.31% from 255) = 15.55%
BLUE value IS 149 (58.59% from 255) = 45.43%
R=39.02%
G=15.55%
B=45.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal128511490.140.6600.42287.144939.22
Hex803395E4202A11f3127
Octal20063225161020524376147
Binary1000000011001110010101111010000100101010100011111110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803395; }

 p { color: rgb(128,51,149); }

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

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

 a { background-color: rgb(128,51,149); }

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

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

 span { border-color: rgb(128,51,149); }

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