Html Css Color HEX #864CDF Blue Violet

📋 copy color: '#864CDF'

red 134 ◦ green 76 ◦ blue 223

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

Shades of Blue Violet #864CDF

Tints of Blue Violet #864CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.5%

R = 30.95%
G = 17.55%
B = 51.5%

CMYK

 C value IS 0.40

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#864CDF (or 0x864CDF) is known color: Blue Violet. HEX triplet: 86, 4C and DF. RGB value is (134,76,223). Sum of RGB (Red+Green+Blue) = 134+76+223=433 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.95% from 433); Green value is 76 (30.08% from 255 or 17.55% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #864CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #864CDF is #79B320. Grayscale: #6D6D6D. Windows color (decimal): -7975713 or 14634118. OLE color: 14634118.

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

Color convert

RGB 134 76 223 -
CMYK 0.40 0.66 0 0.13
HSL 263.67º 0.7% 0.59% -
HSV(B) 263.67º 0.66% 0.87% -
XYZ 25.74 15.56 71.46 -
YUV 110.1 191.72 145.05 -
System Red Green Blue C M Y K H S L
Decimal 134 76 223 0.40 0.66 0 0.13 263.67 0.7 0.59
Hex 86 4C DF 28 42 0 D 108 46 3B
Octal 206 114 337 50 102 0 15 410 106 73
Binary 10000110 1001100 11011111 101000 1000010 0 1101 100001000 1000110 111011

Color Harmonies of #864CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864CDF

Black with #864CDF

Text Example


Text Example

White with #864CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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