Html Css Color HEX #864ADE Blue Violet

📋 copy color: '#864ADE'

red 134 ◦ green 74 ◦ blue 222

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

Shades of Blue Violet #864ADE

Tints of Blue Violet #864ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.63%

R = 31.16%
G = 17.21%
B = 51.63%

CMYK

 C value IS 0.40

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#864ADE (or 0x864ADE) is known color: Blue Violet. HEX triplet: 86, 4A and DE. RGB value is (134,74,222). Sum of RGB (Red+Green+Blue) = 134+74+222=430 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.16% from 430); Green value is 74 (29.30% from 255 or 17.21% from 430); Blue value is 222 (87.11% from 255 or 51.63% from 430); Max value from RGB is 222 - color contains mainly: blue. Hex color #864ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #864ADE is #79B521. Grayscale: #6C6C6C. Windows color (decimal): -7976226 or 14568070. OLE color: 14568070.

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

Color convert

RGB 134 74 222 -
CMYK 0.40 0.67 0 0.13
HSL 264.32º 0.69% 0.58% -
HSV(B) 264.32º 0.67% 0.87% -
XYZ 25.47 15.24 70.71 -
YUV 108.81 191.88 145.97 -
System Red Green Blue C M Y K H S L
Decimal 134 74 222 0.40 0.67 0 0.13 264.32 0.69 0.58
Hex 86 4A DE 28 43 0 D 108 45 3A
Octal 206 112 336 50 103 0 15 410 105 72
Binary 10000110 1001010 11011110 101000 1000011 0 1101 100001000 1000101 111010

Color Harmonies of #864ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864ADE

Black with #864ADE

Text Example


Text Example

White with #864ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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