#803594

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

Shades of Vivid Violet #803594

Tints of Vivid Violet #803594

Color information

#803594 (or 0x803594) is unknown color: approx Vivid Violet. HEX triplet: 80, 35 and 94. RGB value is (128,53,148). Sum of RGB (Red+Green+Blue) = 128+53+148=329 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.91% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 148 (58.20% from 255 or 44.98% from 329); Max value from RGB is 148 - color contains mainly: blue. Hex color #803594 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803594 is #7FCA6B. Grayscale: #555555. Windows color (decimal): -8374892 or 9713024. OLE color: 9713024.

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

Color convert

RGB12853148-
CMYK0.140.6400.42
HSL287.37º47.26%39.41%-
HSV(B)287.37º64.19%58.04%-
XYZ15.529.2728.99-
YUV86.26162.85157.78-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.91%
GREEN value IS 53 (21.09% from 255) = 16.11%
BLUE value IS 148 (58.20% from 255) = 44.98%
R=38.91%
G=16.11%
B=44.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal128531480.140.6400.42287.3747.2639.41
Hex803594E4002A11f2f27
Octal20065224161000524375747
Binary1000000011010110010100111010000000101010100011111101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803594; }

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

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

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

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

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

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

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

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