Html Css Color HEX #864AD6 Blue Violet

📋 copy color: '#864AD6'

red 134 ◦ green 74 ◦ blue 214

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

Shades of Blue Violet #864AD6

Tints of Blue Violet #864AD6

RGB

 RED value IS 134 (52.73% from 255) = 31.75%

 GREEN value IS 74 (29.3% from 255) = 17.54%

 BLUE value IS 214 (83.98% from 255) = 50.71%

R = 31.75%
G = 17.54%
B = 50.71%

CMYK

 C value IS 0.37

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#864AD6 (or 0x864AD6) is known color: Blue Violet. HEX triplet: 86, 4A and D6. RGB value is (134,74,214). Sum of RGB (Red+Green+Blue) = 134+74+214=422 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.75% from 422); Green value is 74 (29.30% from 255 or 17.54% from 422); Blue value is 214 (83.98% from 255 or 50.71% from 422); Max value from RGB is 214 - color contains mainly: blue. Hex color #864AD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #864AD6 is #79B529. Grayscale: #6B6B6B. Windows color (decimal): -7976234 or 14043782. OLE color: 14043782.

HSL color Cylindrical-coordinate representation of color #864AD6: hue angle of 265.71º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #864AD6 is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 134 74 214 -
CMYK 0.37 0.65 0 0.16
HSL 265.71º 0.63% 0.56% -
HSV(B) 265.71º 0.65% 0.84% -
XYZ 24.42 14.82 65.19 -
YUV 107.9 187.88 146.62 -
System Red Green Blue C M Y K H S L
Decimal 134 74 214 0.37 0.65 0 0.16 265.71 0.63 0.56
Hex 86 4A D6 25 41 0 10 10A 3F 38
Octal 206 112 326 45 101 0 20 412 77 70
Binary 10000110 1001010 11010110 100101 1000001 0 10000 100001010 111111 111000

Color Harmonies of #864AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864AD6

Black with #864AD6

Text Example


Text Example

White with #864AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,74,214); }

 H1.HeaderClassName
 {
   color: #864AD6;
 }
 .AnyTagClassName
 {
   color: #864AD6;
 }
</style>

background-color css

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

 a { background-color: rgb(134,74,214); }

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

border-color css

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

 span { border-color: rgb(134,74,214); }

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