#864DDD

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

Shades of Blue Violet #864DDD

Tints of Blue Violet #864DDD

Color information

#864DDD (or 0x864DDD) is unknown color: approx Blue Violet. HEX triplet: 86, 4D and DD. RGB value is (134,77,221). Sum of RGB (Red+Green+Blue) = 134+77+221=432 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.02% from 432); Green value is 77 (30.47% from 255 or 17.82% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #864DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #864DDD is #79B222. Grayscale: #6D6D6D. Windows color (decimal): -7975459 or 14503302. OLE color: 14503302.

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

Color convert

RGB13477221-
CMYK0.390.6500.13
HSL263.75º67.92%58.43%-
HSV(B)263.75º65.16%86.67%-
XYZ25.5415.670.07-
YUV110.46190.38144.79-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.02%
GREEN value IS 77 (30.47% from 255) = 17.82%
BLUE value IS 221 (86.72% from 255) = 51.16%
R=31.02%
G=17.82%
B=51.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal134772210.390.6500.13263.7567.9258.43
Hex864DDD27410D108443a
Octal2061153354710101541010472
Binary100001101001101110111011001111000001011011000010001000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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