Html Css Color HEX #864ADD Blue Violet

📋 copy color: '#864ADD'

red 134 ◦ green 74 ◦ blue 221

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

Shades of Blue Violet #864ADD

Tints of Blue Violet #864ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.52%

R = 31.24%
G = 17.25%
B = 51.52%

CMYK

 C value IS 0.39

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#864ADD (or 0x864ADD) is known color: Blue Violet. HEX triplet: 86, 4A and DD. RGB value is (134,74,221). Sum of RGB (Red+Green+Blue) = 134+74+221=429 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.24% from 429); Green value is 74 (29.30% from 255 or 17.25% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #864ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #864ADD is #79B522. Grayscale: #6C6C6C. Windows color (decimal): -7976227 or 14502534. OLE color: 14502534.

HSL color Cylindrical-coordinate representation of color #864ADD: hue angle of 264.49º degrees, saturation: 0.68, 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 #864ADD is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 134 74 221 -
CMYK 0.39 0.67 0 0.13
HSL 264.49º 0.68% 0.58% -
HSV(B) 264.49º 0.67% 0.87% -
XYZ 25.33 15.19 70 -
YUV 108.7 191.38 146.05 -
System Red Green Blue C M Y K H S L
Decimal 134 74 221 0.39 0.67 0 0.13 264.49 0.68 0.58
Hex 86 4A DD 27 43 0 D 108 44 3A
Octal 206 112 335 47 103 0 15 410 104 72
Binary 10000110 1001010 11011101 100111 1000011 0 1101 100001000 1000100 111010

Color Harmonies of #864ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864ADD

Black with #864ADD

Text Example


Text Example

White with #864ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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