Html Css Color HEX #864CE0 Blue Violet

📋 copy color: '#864CE0'

red 134 ◦ green 76 ◦ blue 224

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

Shades of Blue Violet #864CE0

Tints of Blue Violet #864CE0

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.51%

 BLUE value IS 224 (87.89% from 255) = 51.61%

R = 30.88%
G = 17.51%
B = 51.61%

CMYK

 C value IS 0.40

 M value IS 0.66

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#864CE0 (or 0x864CE0) is known color: Blue Violet. HEX triplet: 86, 4C and E0. RGB value is (134,76,224). Sum of RGB (Red+Green+Blue) = 134+76+224=434 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.88% from 434); Green value is 76 (30.08% from 255 or 17.51% from 434); Blue value is 224 (87.89% from 255 or 51.61% from 434); Max value from RGB is 224 - color contains mainly: blue. Hex color #864CE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #864CE0 is #79B31F. Grayscale: #6D6D6D. Windows color (decimal): -7975712 or 14699654. OLE color: 14699654.

HSL color Cylindrical-coordinate representation of color #864CE0: hue angle of 263.51º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #864CE0 is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 134 76 224 -
CMYK 0.40 0.66 0 0.12
HSL 263.51º 0.7% 0.59% -
HSV(B) 263.51º 0.66% 0.88% -
XYZ 25.87 15.62 72.17 -
YUV 110.21 192.22 144.97 -
System Red Green Blue C M Y K H S L
Decimal 134 76 224 0.40 0.66 0 0.12 263.51 0.7 0.59
Hex 86 4C E0 28 42 0 C 108 46 3B
Octal 206 114 340 50 102 0 14 410 106 73
Binary 10000110 1001100 11100000 101000 1000010 0 1100 100001000 1000110 111011

Color Harmonies of #864CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864CE0

Black with #864CE0

Text Example


Text Example

White with #864CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,76,224); }

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

background-color css

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

 a { background-color: rgb(134,76,224); }

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

border-color css

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

 span { border-color: rgb(134,76,224); }

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