#862EFF

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

Shades of Blue Violet #862EFF

Tints of Blue Violet #862EFF

Color information

#862EFF (or 0x862EFF) is unknown color: approx Blue Violet. HEX triplet: 86, 2E and FF. RGB value is (134,46,255). Sum of RGB (Red+Green+Blue) = 134+46+255=435 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.80% from 435); Green value is 46 (18.36% from 255 or 10.57% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #862EFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #862EFF is #79D100. Grayscale: #5F5F5F. Windows color (decimal): -7983361 or 16723590. OLE color: 16723590.

HSL color Cylindrical-coordinate representation of color #862EFF: hue angle of 265.26º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #862EFF is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB13446255-
CMYK0.470.8200
HSL265.26º100%59.02%-
HSV(B)265.26º81.96%100%-
XYZ28.8614.2495.84-
YUV96.14217.65155.01-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.80%
GREEN value IS 46 (18.36% from 255) = 10.57%
BLUE value IS 255 (100% from 255) = 58.62%
R=30.80%
G=10.57%
B=58.62%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal134462550.470.8200265.2610059.02
Hex862EFF2F5200109643b
Octal20656377571220041114473
Binary10000110101110111111111011111010010001000010011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862EFF; }

 p { color: rgb(134,46,255); }

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

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

 a { background-color: rgb(134,46,255); }

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

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

 span { border-color: rgb(134,46,255); }

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