Html Css Color HEX #863AFE Blue Violet

📋 copy color: '#863AFE'

red 134 ◦ green 58 ◦ blue 254

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

Shades of Blue Violet #863AFE

Tints of Blue Violet #863AFE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13%

 BLUE value IS 254 (99.61% from 255) = 56.95%

R = 30.04%
G = 13%
B = 56.95%

CMYK

 C value IS 0.47

 M value IS 0.77

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#863AFE (or 0x863AFE) is known color: Blue Violet. HEX triplet: 86, 3A and FE. RGB value is (134,58,254). Sum of RGB (Red+Green+Blue) = 134+58+254=446 (59% of max value = 765). Red value is 134 (52.73% from 255 or 30.04% from 446); Green value is 58 (23.05% from 255 or 13.00% from 446); Blue value is 254 (99.61% from 255 or 56.95% from 446); Max value from RGB is 254 - color contains mainly: blue. Hex color #863AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #863AFE is #79C501. Grayscale: #666666. Windows color (decimal): -7980290 or 16661126. OLE color: 16661126.

HSL color Cylindrical-coordinate representation of color #863AFE: hue angle of 263.27º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #863AFE is Cyan = 0.47, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 134 58 254 -
CMYK 0.47 0.77 0 0.00
HSL 263.27º 0.99% 0.61% -
HSV(B) 263.27º 0.77% 1% -
XYZ 29.23 15.25 95.17 -
YUV 103.07 213.18 150.06 -
System Red Green Blue C M Y K H S L
Decimal 134 58 254 0.47 0.77 0 0.00 263.27 0.99 0.61
Hex 86 3A FE 2F 4D 0 0 107 63 3D
Octal 206 72 376 57 115 0 0 407 143 75
Binary 10000110 111010 11111110 101111 1001101 0 0 100000111 1100011 111101

Color Harmonies of #863AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863AFE

Black with #863AFE

Text Example


Text Example

White with #863AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,58,254); }

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

background-color css

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

 a { background-color: rgb(134,58,254); }

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

border-color css

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

 span { border-color: rgb(134,58,254); }

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