#864081

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

Shades of Vivid Violet #864081

Tints of Vivid Violet #864081

Color information

#864081 (or 0x864081) is unknown color: approx Vivid Violet. HEX triplet: 86, 40 and 81. RGB value is (134,64,129). Sum of RGB (Red+Green+Blue) = 134+64+129=327 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.98% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 129 (50.78% from 255 or 39.45% from 327); Max value from RGB is 134 - color contains mainly: red. Hex color #864081 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #864081 is #79BF7E. Grayscale: #5C5C5C. Windows color (decimal): -7978879 or 8470662. OLE color: 8470662.

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

Color convert

RGB13464129-
CMYK00.520.040.47
HSL304.29º35.35%38.82%-
HSV(B)304.29º52.24%52.55%-
XYZ15.6310.3221.94-
YUV92.34148.69157.71-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.98%
GREEN value IS 64 (25.39% from 255) = 19.57%
BLUE value IS 129 (50.78% from 255) = 39.45%
R=40.98%
G=19.57%
B=39.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1346412900.520.040.47304.2935.3538.82
Hex86408103442F1302327
Octal2061002010644574604347
Binary100001101000000100000010110100100101111100110000100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864081; }

 p { color: rgb(134,64,129); }

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

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

 a { background-color: rgb(134,64,129); }

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

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

 span { border-color: rgb(134,64,129); }

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