#864CE1

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

Shades of Blue Violet #864CE1

Tints of Blue Violet #864CE1

Color information

#864CE1 (or 0x864CE1) is unknown color: approx Blue Violet. HEX triplet: 86, 4C and E1. RGB value is (134,76,225). Sum of RGB (Red+Green+Blue) = 134+76+225=435 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.80% from 435); Green value is 76 (30.08% from 255 or 17.47% from 435); Blue value is 225 (88.28% from 255 or 51.72% from 435); Max value from RGB is 225 - color contains mainly: blue. Hex color #864CE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #864CE1 is #79B31E. Grayscale: #6D6D6D. Windows color (decimal): -7975711 or 14765190. OLE color: 14765190.

HSL color Cylindrical-coordinate representation of color #864CE1: hue angle of 263.36º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #864CE1 is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB13476225-
CMYK0.400.6600.12
HSL263.36º71.29%59.02%-
HSV(B)263.36º66.22%88.24%-
XYZ26.0115.6772.89-
YUV110.33192.72144.88-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.80%
GREEN value IS 76 (30.08% from 255) = 17.47%
BLUE value IS 225 (88.28% from 255) = 51.72%
R=30.80%
G=17.47%
B=51.72%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal134762250.400.6600.12263.3671.2959.02
Hex864CE128420C107473b
Octal2061143415010201440710773
Binary100001101001100111000011010001000010011001000001111000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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