#862EFD

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

Shades of Blue Violet #862EFD

Tints of Blue Violet #862EFD

Color information

#862EFD (or 0x862EFD) is unknown color: approx Blue Violet. HEX triplet: 86, 2E and FD. RGB value is (134,46,253). Sum of RGB (Red+Green+Blue) = 134+46+253=433 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.95% from 433); Green value is 46 (18.36% from 255 or 10.62% from 433); Blue value is 253 (99.22% from 255 or 58.43% from 433); Max value from RGB is 253 - color contains mainly: blue. Hex color #862EFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #862EFD is #79D102. Grayscale: #5F5F5F. Windows color (decimal): -7983363 or 16592518. OLE color: 16592518.

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

Color convert

RGB13446253-
CMYK0.470.8200.01
HSL265.51º98.1%58.63%-
HSV(B)265.51º81.82%99.22%-
XYZ28.5414.1194.15-
YUV95.91216.65155.17-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.95%
GREEN value IS 46 (18.36% from 255) = 10.62%
BLUE value IS 253 (99.22% from 255) = 58.43%
R=30.95%
G=10.62%
B=58.43%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal134462530.470.8200.01265.5198.158.63
Hex862EFD2F520110a623b
Octal20656375571220141214273
Binary10000110101110111111011011111010010011000010101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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