#862789

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

Shades of Vivid Violet #862789

Tints of Vivid Violet #862789

Color information

#862789 (or 0x862789) is unknown color: approx Vivid Violet. HEX triplet: 86, 27 and 89. RGB value is (134,39,137). Sum of RGB (Red+Green+Blue) = 134+39+137=310 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.23% from 310); Green value is 39 (15.62% from 255 or 12.58% from 310); Blue value is 137 (53.91% from 255 or 44.19% from 310); Max value from RGB is 137 - color contains mainly: blue. Hex color #862789 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862789 is #79D876. Grayscale: #4E4E4E. Windows color (decimal): -7985271 or 8988550. OLE color: 8988550.

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

Color convert

RGB13439137-
CMYK0.020.7200.46
HSL298.16º55.68%34.51%-
HSV(B)298.16º71.53%53.73%-
XYZ15.078.3324.48-
YUV78.58160.97167.53-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.23%
GREEN value IS 39 (15.62% from 255) = 12.58%
BLUE value IS 137 (53.91% from 255) = 44.19%
R=43.23%
G=12.58%
B=44.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal134391370.020.7200.46298.1655.6834.51
Hex86278924802E12a3823
Octal2064721121100564527043
Binary10000110100111100010011010010000101110100101010111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862789; }

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

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

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

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

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

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

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

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