Html Css Color HEX #863EDF Blue Violet

📋 copy color: '#863EDF'

red 134 ◦ green 62 ◦ blue 223

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

Shades of Blue Violet #863EDF

Tints of Blue Violet #863EDF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.8%

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

R = 31.98%
G = 14.8%
B = 53.22%

CMYK

 C value IS 0.40

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#863EDF (or 0x863EDF) is known color: Blue Violet. HEX triplet: 86, 3E and DF. RGB value is (134,62,223). Sum of RGB (Red+Green+Blue) = 134+62+223=419 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.98% from 419); Green value is 62 (24.61% from 255 or 14.80% from 419); Blue value is 223 (87.5% from 255 or 53.22% from 419); Max value from RGB is 223 - color contains mainly: blue. Hex color #863EDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863EDF is #79C120. Grayscale: #656565. Windows color (decimal): -7979297 or 14630534. OLE color: 14630534.

HSL color Cylindrical-coordinate representation of color #863EDF: hue angle of 266.83º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #863EDF is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 134 62 223 -
CMYK 0.40 0.72 0 0.13
HSL 266.83º 0.72% 0.56% -
HSV(B) 266.83º 0.72% 0.87% -
XYZ 24.87 13.84 71.17 -
YUV 101.88 196.35 150.91 -
System Red Green Blue C M Y K H S L
Decimal 134 62 223 0.40 0.72 0 0.13 266.83 0.72 0.56
Hex 86 3E DF 28 48 0 D 10B 48 38
Octal 206 76 337 50 110 0 15 413 110 70
Binary 10000110 111110 11011111 101000 1001000 0 1101 100001011 1001000 111000

Color Harmonies of #863EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863EDF

Black with #863EDF

Text Example


Text Example

White with #863EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863EDF; }

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

 H1.HeaderClassName
 {
   color: #863EDF;
 }
 .AnyTagClassName
 {
   color: #863EDF;
 }
</style>

background-color css

<style>
 a { background-color: #863EDF; }

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

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

border-color css

<style>
 span { border-color: #863EDF; }

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

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