Html Css Color HEX #863CFF Blue Violet

📋 copy color: '#863CFF'

red 134 ◦ green 60 ◦ blue 255

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

Shades of Blue Violet #863CFF

Tints of Blue Violet #863CFF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.36%

 BLUE value IS 255 (100% from 255) = 56.79%

R = 29.84%
G = 13.36%
B = 56.79%

CMYK

 C value IS 0.47

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#863CFF (or 0x863CFF) is known color: Blue Violet. HEX triplet: 86, 3C and FF. RGB value is (134,60,255). Sum of RGB (Red+Green+Blue) = 134+60+255=449 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.84% from 449); Green value is 60 (23.83% from 255 or 13.36% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #863CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #863CFF is #79C300. Grayscale: #676767. Windows color (decimal): -7979777 or 16727174. OLE color: 16727174.

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

Color convert

RGB 134 60 255 -
CMYK 0.47 0.76 0 0
HSL 262.77º 1% 0.62% -
HSV(B) 262.77º 0.76% 1% -
XYZ 29.5 15.52 96.05 -
YUV 104.36 213.02 149.14 -
System Red Green Blue C M Y K H S L
Decimal 134 60 255 0.47 0.76 0 0 262.77 1 0.62
Hex 86 3C FF 2F 4C 0 0 107 64 3E
Octal 206 74 377 57 114 0 0 407 144 76
Binary 10000110 111100 11111111 101111 1001100 0 0 100000111 1100100 111110

Color Harmonies of #863CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863CFF

Black with #863CFF

Text Example


Text Example

White with #863CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,60,255); }

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

background-color css

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

 a { background-color: rgb(134,60,255); }

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

border-color css

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

 span { border-color: rgb(134,60,255); }

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