#814584

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

Shades of Vivid Violet #814584

Tints of Vivid Violet #814584

Color information

#814584 (or 0x814584) is unknown color: approx Vivid Violet. HEX triplet: 81, 45 and 84. RGB value is (129,69,132). Sum of RGB (Red+Green+Blue) = 129+69+132=330 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.09% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 132 (51.95% from 255 or 40% from 330); Max value from RGB is 132 - color contains mainly: blue. Hex color #814584 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814584 is #7EBA7B. Grayscale: #5D5D5D. Windows color (decimal): -8305276 or 8668545. OLE color: 8668545.

HSL color Cylindrical-coordinate representation of color #814584: hue angle of 297.14º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #814584 is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12969132-
CMYK0.020.4800.48
HSL297.14º31.34%39.41%-
HSV(B)297.14º47.73%51.76%-
XYZ15.3510.5923.06-
YUV94.12149.38152.88-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.09%
GREEN value IS 69 (27.34% from 255) = 20.91%
BLUE value IS 132 (51.95% from 255) = 40%
R=39.09%
G=20.91%
B=40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal129691320.020.4800.48297.1431.3439.41
Hex8145842300301291f27
Octal2011052042600604513747
Binary1000000110001011000010010110000011000010010100111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814584; }

 p { color: rgb(129,69,132); }

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

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

 a { background-color: rgb(129,69,132); }

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

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

 span { border-color: rgb(129,69,132); }

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