#803386

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

Shades of Vivid Violet #803386

Tints of Vivid Violet #803386

Color information

#803386 (or 0x803386) is unknown color: approx Vivid Violet. HEX triplet: 80, 33 and 86. RGB value is (128,51,134). Sum of RGB (Red+Green+Blue) = 128+51+134=313 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.89% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 134 (52.73% from 255 or 42.81% from 313); Max value from RGB is 134 - color contains mainly: blue. Hex color #803386 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803386 is #7FCC79. Grayscale: #535353. Windows color (decimal): -8375418 or 8795008. OLE color: 8795008.

HSL color Cylindrical-coordinate representation of color #803386: hue angle of 295.66º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #803386 is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12851134-
CMYK0.040.6200.47
HSL295.66º44.86%36.27%-
HSV(B)295.66º61.94%52.55%-
XYZ14.398.6823.47-
YUV83.48156.51159.75-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.89%
GREEN value IS 51 (20.31% from 255) = 16.29%
BLUE value IS 134 (52.73% from 255) = 42.81%
R=40.89%
G=16.29%
B=42.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal128511340.040.6200.47295.6644.8636.27
Hex80338643E02F1282d24
Octal200632064760574505544
Binary10000000110011100001101001111100101111100101000101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803386; }

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

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

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

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

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

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

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

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