#863A91

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

Shades of Vivid Violet #863A91

Tints of Vivid Violet #863A91

Color information

#863A91 (or 0x863A91) is unknown color: approx Vivid Violet. HEX triplet: 86, 3A and 91. RGB value is (134,58,145). Sum of RGB (Red+Green+Blue) = 134+58+145=337 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.76% from 337); Green value is 58 (23.05% from 255 or 17.21% from 337); Blue value is 145 (57.03% from 255 or 43.03% from 337); Max value from RGB is 145 - color contains mainly: blue. Hex color #863A91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863A91 is #79C56E. Grayscale: #5A5A5A. Windows color (decimal): -7980399 or 9517702. OLE color: 9517702.

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

Color convert

RGB13458145-
CMYK0.080.600.43
HSL292.41º42.86%39.8%-
HSV(B)292.41º60%56.86%-
XYZ16.4610.1427.88-
YUV90.64158.68158.93-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.76%
GREEN value IS 58 (23.05% from 255) = 17.21%
BLUE value IS 145 (57.03% from 255) = 43.03%
R=39.76%
G=17.21%
B=43.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal134581450.080.600.43292.4142.8639.8
Hex863A9183C02B1242b28
Octal2067222110740534445350
Binary100001101110101001000110001111000101011100100100101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863A91; }

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

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

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

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

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

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

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

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