#863590

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

Shades of Vivid Violet #863590

Tints of Vivid Violet #863590

Color information

#863590 (or 0x863590) is unknown color: approx Vivid Violet. HEX triplet: 86, 35 and 90. RGB value is (134,53,144). Sum of RGB (Red+Green+Blue) = 134+53+144=331 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.48% from 331); Green value is 53 (21.09% from 255 or 16.01% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 144 - color contains mainly: blue. Hex color #863590 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863590 is #79CA6F. Grayscale: #575757. Windows color (decimal): -7981680 or 9450886. OLE color: 9450886.

HSL color Cylindrical-coordinate representation of color #863590: hue angle of 293.41º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #863590 is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13453144-
CMYK0.070.6300.44
HSL293.41º46.19%38.63%-
HSV(B)293.41º63.19%56.47%-
XYZ16.149.6327.39-
YUV87.59159.84161.1-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.48%
GREEN value IS 53 (21.09% from 255) = 16.01%
BLUE value IS 144 (56.64% from 255) = 43.50%
R=40.48%
G=16.01%
B=43.50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal134531440.070.6300.44293.4146.1938.63
Hex86359073F02C1252e27
Octal206652207770544455647
Binary10000110110101100100001111111110101100100100101101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863590; }

 p { color: rgb(134,53,144); }

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

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

 a { background-color: rgb(134,53,144); }

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

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

 span { border-color: rgb(134,53,144); }

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