Html Css Color HEX #863AFD Blue Violet

📋 copy color: '#863AFD'

red 134 ◦ green 58 ◦ blue 253

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

Shades of Blue Violet #863AFD

Tints of Blue Violet #863AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 56.85%

R = 30.11%
G = 13.03%
B = 56.85%

CMYK

 C value IS 0.47

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#863AFD (or 0x863AFD) is known color: Blue Violet. HEX triplet: 86, 3A and FD. RGB value is (134,58,253). Sum of RGB (Red+Green+Blue) = 134+58+253=445 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.11% from 445); Green value is 58 (23.05% from 255 or 13.03% from 445); Blue value is 253 (99.22% from 255 or 56.85% from 445); Max value from RGB is 253 - color contains mainly: blue. Hex color #863AFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #863AFD is #79C502. Grayscale: #666666. Windows color (decimal): -7980291 or 16595590. OLE color: 16595590.

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

Color convert

RGB 134 58 253 -
CMYK 0.47 0.77 0 0.01
HSL 263.38º 0.98% 0.61% -
HSV(B) 263.38º 0.77% 0.99% -
XYZ 29.07 15.19 94.33 -
YUV 102.95 212.68 150.14 -
System Red Green Blue C M Y K H S L
Decimal 134 58 253 0.47 0.77 0 0.01 263.38 0.98 0.61
Hex 86 3A FD 2F 4D 0 1 107 62 3D
Octal 206 72 375 57 115 0 1 407 142 75
Binary 10000110 111010 11111101 101111 1001101 0 1 100000111 1100010 111101

Color Harmonies of #863AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863AFD

Black with #863AFD

Text Example


Text Example

White with #863AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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