#862093

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

Shades of Vivid Violet #862093

Tints of Vivid Violet #862093

Color information

#862093 (or 0x862093) is unknown color: approx Vivid Violet. HEX triplet: 86, 20 and 93. RGB value is (134,32,147). Sum of RGB (Red+Green+Blue) = 134+32+147=313 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.81% from 313); Green value is 32 (12.89% from 255 or 10.22% from 313); Blue value is 147 (57.81% from 255 or 46.96% from 313); Max value from RGB is 147 - color contains mainly: blue. Hex color #862093 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862093 is #79DF6C. Grayscale: #4B4B4B. Windows color (decimal): -7987053 or 9642118. OLE color: 9642118.

HSL color Cylindrical-coordinate representation of color #862093: hue angle of 293.22º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #862093 is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13432147-
CMYK0.090.7800.42
HSL293.22º64.25%35.1%-
HSV(B)293.22º78.23%57.65%-
XYZ15.618.2128.37-
YUV75.61168.29169.65-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.81%
GREEN value IS 32 (12.89% from 255) = 10.22%
BLUE value IS 147 (57.81% from 255) = 46.96%
R=42.81%
G=10.22%
B=46.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal134321470.090.7800.42293.2264.2535.1
Hex86209394E02A1254023
Octal206402231111605244510043
Binary10000110100000100100111001100111001010101001001011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862093; }

 p { color: rgb(134,32,147); }

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

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

 a { background-color: rgb(134,32,147); }

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

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

 span { border-color: rgb(134,32,147); }

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