Html Css Color HEX #863AEE Blue Violet

📋 copy color: '#863AEE'

red 134 ◦ green 58 ◦ blue 238

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

Shades of Blue Violet #863AEE

Tints of Blue Violet #863AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 55.35%

R = 31.16%
G = 13.49%
B = 55.35%

CMYK

 C value IS 0.44

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#863AEE (or 0x863AEE) is known color: Blue Violet. HEX triplet: 86, 3A and EE. RGB value is (134,58,238). Sum of RGB (Red+Green+Blue) = 134+58+238=430 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.16% from 430); Green value is 58 (23.05% from 255 or 13.49% from 430); Blue value is 238 (93.36% from 255 or 55.35% from 430); Max value from RGB is 238 - color contains mainly: blue. Hex color #863AEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #863AEE is #79C511. Grayscale: #646464. Windows color (decimal): -7980306 or 15612550. OLE color: 15612550.

HSL color Cylindrical-coordinate representation of color #863AEE: hue angle of 265.33º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #863AEE is Cyan = 0.44, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 134 58 238 -
CMYK 0.44 0.76 0 0.07
HSL 265.33º 0.84% 0.58% -
HSV(B) 265.33º 0.76% 0.93% -
XYZ 26.78 14.27 82.23 -
YUV 101.24 205.18 151.36 -
System Red Green Blue C M Y K H S L
Decimal 134 58 238 0.44 0.76 0 0.07 265.33 0.84 0.58
Hex 86 3A EE 2C 4C 0 7 109 54 3A
Octal 206 72 356 54 114 0 7 411 124 72
Binary 10000110 111010 11101110 101100 1001100 0 111 100001001 1010100 111010

Color Harmonies of #863AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863AEE

Black with #863AEE

Text Example


Text Example

White with #863AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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