#803995

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

Shades of Vivid Violet #803995

Tints of Vivid Violet #803995

Color information

#803995 (or 0x803995) is unknown color: approx Vivid Violet. HEX triplet: 80, 39 and 95. RGB value is (128,57,149). Sum of RGB (Red+Green+Blue) = 128+57+149=334 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.32% from 334); Green value is 57 (22.66% from 255 or 17.07% from 334); Blue value is 149 (58.59% from 255 or 44.61% from 334); Max value from RGB is 149 - color contains mainly: blue. Hex color #803995 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803995 is #7FC66A. Grayscale: #585858. Windows color (decimal): -8373867 or 9779584. OLE color: 9779584.

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

Color convert

RGB12857149-
CMYK0.140.6200.42
HSL286.3º44.66%40.39%-
HSV(B)286.3º61.74%58.43%-
XYZ15.799.6929.47-
YUV88.72162.02156.02-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.32%
GREEN value IS 57 (22.66% from 255) = 17.07%
BLUE value IS 149 (58.59% from 255) = 44.61%
R=38.32%
G=17.07%
B=44.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal128571490.140.6200.42286.344.6640.39
Hex803995E3E02A11e2d28
Octal2007122516760524365550
Binary100000001110011001010111101111100101010100011110101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803995; }

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

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

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

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

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

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

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

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