#864DDE

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

Shades of Blue Violet #864DDE

Tints of Blue Violet #864DDE

Color information

#864DDE (or 0x864DDE) is unknown color: approx Blue Violet. HEX triplet: 86, 4D and DE. RGB value is (134,77,222). Sum of RGB (Red+Green+Blue) = 134+77+222=433 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.95% from 433); Green value is 77 (30.47% from 255 or 17.78% from 433); Blue value is 222 (87.11% from 255 or 51.27% from 433); Max value from RGB is 222 - color contains mainly: blue. Hex color #864DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #864DDE is #79B221. Grayscale: #6E6E6E. Windows color (decimal): -7975458 or 14568838. OLE color: 14568838.

HSL color Cylindrical-coordinate representation of color #864DDE: hue angle of 263.59º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #864DDE is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13477222-
CMYK0.400.6500.13
HSL263.59º68.72%58.63%-
HSV(B)263.59º65.32%87.06%-
XYZ25.6715.6570.78-
YUV110.57190.88144.71-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.95%
GREEN value IS 77 (30.47% from 255) = 17.78%
BLUE value IS 222 (87.11% from 255) = 51.27%
R=30.95%
G=17.78%
B=51.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal134772220.400.6500.13263.5968.7258.63
Hex864DDE28410D108453b
Octal2061153365010101541010573
Binary100001101001101110111101010001000001011011000010001000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,77,222); }

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

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

 a { background-color: rgb(134,77,222); }

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

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

 span { border-color: rgb(134,77,222); }

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