Html Css Color HEX #864AD4 Blue Violet

📋 copy color: '#864AD4'

red 134 ◦ green 74 ◦ blue 212

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

Shades of Blue Violet #864AD4

Tints of Blue Violet #864AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 50.48%

R = 31.9%
G = 17.62%
B = 50.48%

CMYK

 C value IS 0.37

 M value IS 0.65

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#864AD4 (or 0x864AD4) is known color: Blue Violet. HEX triplet: 86, 4A and D4. RGB value is (134,74,212). Sum of RGB (Red+Green+Blue) = 134+74+212=420 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.90% from 420); Green value is 74 (29.30% from 255 or 17.62% from 420); Blue value is 212 (83.20% from 255 or 50.48% from 420); Max value from RGB is 212 - color contains mainly: blue. Hex color #864AD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #864AD4 is #79B52B. Grayscale: #6B6B6B. Windows color (decimal): -7976236 or 13912710. OLE color: 13912710.

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

Color convert

RGB 134 74 212 -
CMYK 0.37 0.65 0 0.17
HSL 266.09º 0.62% 0.56% -
HSV(B) 266.09º 0.65% 0.83% -
XYZ 24.16 14.72 63.85 -
YUV 107.67 186.88 146.78 -
System Red Green Blue C M Y K H S L
Decimal 134 74 212 0.37 0.65 0 0.17 266.09 0.62 0.56
Hex 86 4A D4 25 41 0 11 10A 3E 38
Octal 206 112 324 45 101 0 21 412 76 70
Binary 10000110 1001010 11010100 100101 1000001 0 10001 100001010 111110 111000

Color Harmonies of #864AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864AD4

Black with #864AD4

Text Example


Text Example

White with #864AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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