Html Css Color HEX #864DDD Blue Violet

📋 copy color: '#864DDD'

red 134 ◦ green 77 ◦ blue 221

#864DDD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #864DDD

Tints of Blue Violet #864DDD

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 value IS 0.39

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#864DDD (or 0x864DDD) is known color: 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

RGB 134 77 221 -
CMYK 0.39 0.65 0 0.13
HSL 263.75º 0.68% 0.58% -
HSV(B) 263.75º 0.65% 0.87% -
XYZ 25.54 15.6 70.07 -
YUV 110.46 190.38 144.79 -
System Red Green Blue C M Y K H S L
Decimal 134 77 221 0.39 0.65 0 0.13 263.75 0.68 0.58
Hex 86 4D DD 27 41 0 D 108 44 3A
Octal 206 115 335 47 101 0 15 410 104 72
Binary 10000110 1001101 11011101 100111 1000001 0 1101 100001000 1000100 111010

Color Harmonies of #864DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864DDD

Black with #864DDD

Text Example


Text Example

White with #864DDD

Text Example


Text Example

HTML Codes & Css Web 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>