#864BD9

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

Shades of Blue Violet #864BD9

Tints of Blue Violet #864BD9

Color information

#864BD9 (or 0x864BD9) is unknown color: approx Blue Violet. HEX triplet: 86, 4B and D9. RGB value is (134,75,217). Sum of RGB (Red+Green+Blue) = 134+75+217=426 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.46% from 426); Green value is 75 (29.69% from 255 or 17.61% from 426); Blue value is 217 (85.16% from 255 or 50.94% from 426); Max value from RGB is 217 - color contains mainly: blue. Hex color #864BD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #864BD9 is #79B426. Grayscale: #6C6C6C. Windows color (decimal): -7975975 or 14240646. OLE color: 14240646.

HSL color Cylindrical-coordinate representation of color #864BD9: hue angle of 264.93º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #864BD9 is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB13475217-
CMYK0.380.6500.15
HSL264.93º65.14%57.25%-
HSV(B)264.93º65.44%85.1%-
XYZ24.8715.1167.25-
YUV108.83189.05145.95-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.46%
GREEN value IS 75 (29.69% from 255) = 17.61%
BLUE value IS 217 (85.16% from 255) = 50.94%
R=31.46%
G=17.61%
B=50.94%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal134752170.380.6500.15264.9365.1457.25
Hex864BD926410F1094139
Octal2061133314610101741110171
Binary100001101001011110110011001101000001011111000010011000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,75,217); }

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

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

 a { background-color: rgb(134,75,217); }

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

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

 span { border-color: rgb(134,75,217); }

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