#803F95

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

Shades of Vivid Violet #803F95

Tints of Vivid Violet #803F95

Color information

#803F95 (or 0x803F95) is unknown color: approx Vivid Violet. HEX triplet: 80, 3F and 95. RGB value is (128,63,149). Sum of RGB (Red+Green+Blue) = 128+63+149=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 63 (25% from 255 or 18.53% from 340); Blue value is 149 (58.59% from 255 or 43.82% from 340); Max value from RGB is 149 - color contains mainly: blue. Hex color #803F95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803F95 is #7FC06A. Grayscale: #5B5B5B. Windows color (decimal): -8372331 or 9781120. OLE color: 9781120.

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

Color convert

RGB12863149-
CMYK0.140.5800.42
HSL285.35º40.57%41.57%-
HSV(B)285.35º57.72%58.43%-
XYZ16.110.3129.58-
YUV92.24160.03153.51-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.65%
GREEN value IS 63 (25% from 255) = 18.53%
BLUE value IS 149 (58.59% from 255) = 43.82%
R=37.65%
G=18.53%
B=43.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal128631490.140.5800.42285.3540.5741.57
Hex803F95E3A02A11d292a
Octal2007722516720524355152
Binary100000001111111001010111101110100101010100011101101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803F95; }

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

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

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

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

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

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

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

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