#863091

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

Shades of Vivid Violet #863091

Tints of Vivid Violet #863091

Color information

#863091 (or 0x863091) is unknown color: approx Vivid Violet. HEX triplet: 86, 30 and 91. RGB value is (134,48,145). Sum of RGB (Red+Green+Blue) = 134+48+145=327 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.98% from 327); Green value is 48 (19.14% from 255 or 14.68% from 327); Blue value is 145 (57.03% from 255 or 44.34% from 327); Max value from RGB is 145 - color contains mainly: blue. Hex color #863091 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863091 is #79CF6E. Grayscale: #545454. Windows color (decimal): -7982959 or 9515142. OLE color: 9515142.

HSL color Cylindrical-coordinate representation of color #863091: hue angle of 293.2º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #863091 is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13448145-
CMYK0.080.6700.43
HSL293.2º50.26%37.84%-
HSV(B)293.2º66.9%56.86%-
XYZ169.2327.73-
YUV84.77161.99163.11-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.98%
GREEN value IS 48 (19.14% from 255) = 14.68%
BLUE value IS 145 (57.03% from 255) = 44.34%
R=40.98%
G=14.68%
B=44.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal134481450.080.6700.43293.250.2637.84
Hex86309184302B1253226
Octal20660221101030534456246
Binary1000011011000010010001100010000110101011100100101110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863091; }

 p { color: rgb(134,48,145); }

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

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

 a { background-color: rgb(134,48,145); }

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

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

 span { border-color: rgb(134,48,145); }

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