#863089

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

Shades of Vivid Violet #863089

Tints of Vivid Violet #863089

Color information

#863089 (or 0x863089) is unknown color: approx Vivid Violet. HEX triplet: 86, 30 and 89. RGB value is (134,48,137). Sum of RGB (Red+Green+Blue) = 134+48+137=319 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.01% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 137 (53.91% from 255 or 42.95% from 319); Max value from RGB is 137 - color contains mainly: blue. Hex color #863089 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863089 is #79CF76. Grayscale: #535353. Windows color (decimal): -7982967 or 8990854. OLE color: 8990854.

HSL color Cylindrical-coordinate representation of color #863089: hue angle of 297.98º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #863089 is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13448137-
CMYK0.020.6500.46
HSL297.98º48.11%36.27%-
HSV(B)297.98º64.96%53.73%-
XYZ15.48.9924.59-
YUV83.86157.99163.76-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.01%
GREEN value IS 48 (19.14% from 255) = 15.05%
BLUE value IS 137 (53.91% from 255) = 42.95%
R=42.01%
G=15.05%
B=42.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal134481370.020.6500.46297.9848.1136.27
Hex86308924102E12a3024
Octal2066021121010564526044
Binary10000110110000100010011010000010101110100101010110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863089; }

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

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

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

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

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

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

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

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