Html Css Color HEX #864ADB Blue Violet

📋 copy color: '#864ADB'

red 134 ◦ green 74 ◦ blue 219

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

Shades of Blue Violet #864ADB

Tints of Blue Violet #864ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.29%

R = 31.38%
G = 17.33%
B = 51.29%

CMYK

 C value IS 0.39

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#864ADB (or 0x864ADB) is known color: Blue Violet. HEX triplet: 86, 4A and DB. RGB value is (134,74,219). Sum of RGB (Red+Green+Blue) = 134+74+219=427 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.38% from 427); Green value is 74 (29.30% from 255 or 17.33% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #864ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #864ADB is #79B524. Grayscale: #6B6B6B. Windows color (decimal): -7976229 or 14371462. OLE color: 14371462.

HSL color Cylindrical-coordinate representation of color #864ADB: hue angle of 264.83º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #864ADB is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 134 74 219 -
CMYK 0.39 0.66 0 0.14
HSL 264.83º 0.67% 0.57% -
HSV(B) 264.83º 0.66% 0.86% -
XYZ 25.07 15.08 68.61 -
YUV 108.47 190.38 146.21 -
System Red Green Blue C M Y K H S L
Decimal 134 74 219 0.39 0.66 0 0.14 264.83 0.67 0.57
Hex 86 4A DB 27 42 0 E 109 43 39
Octal 206 112 333 47 102 0 16 411 103 71
Binary 10000110 1001010 11011011 100111 1000010 0 1110 100001001 1000011 111001

Color Harmonies of #864ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864ADB

Black with #864ADB

Text Example


Text Example

White with #864ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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