#864CE8

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

Shades of Blue Violet #864CE8

Tints of Blue Violet #864CE8

Color information

#864CE8 (or 0x864CE8) is unknown color: approx Blue Violet. HEX triplet: 86, 4C and E8. RGB value is (134,76,232). Sum of RGB (Red+Green+Blue) = 134+76+232=442 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.32% from 442); Green value is 76 (30.08% from 255 or 17.19% from 442); Blue value is 232 (91.02% from 255 or 52.49% from 442); Max value from RGB is 232 - color contains mainly: blue. Hex color #864CE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #864CE8 is #79B317. Grayscale: #6E6E6E. Windows color (decimal): -7975704 or 15223942. OLE color: 15223942.

HSL color Cylindrical-coordinate representation of color #864CE8: hue angle of 262.31º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #864CE8 is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB13476232-
CMYK0.420.6700.09
HSL262.31º77.23%60.39%-
HSV(B)262.31º67.24%90.98%-
XYZ26.9816.0678.02-
YUV111.13196.22144.32-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.32%
GREEN value IS 76 (30.08% from 255) = 17.19%
BLUE value IS 232 (91.02% from 255) = 52.49%
R=30.32%
G=17.19%
B=52.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal134762320.420.6700.09262.3177.2360.39
Hex864CE82A43091064d3c
Octal2061143505210301140611574
Binary100001101001100111010001010101000011010011000001101001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864CE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864CE8; }

 p { color: rgb(134,76,232); }

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

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

 a { background-color: rgb(134,76,232); }

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

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

 span { border-color: rgb(134,76,232); }

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