Html Css Color HEX #863DF3 Blue Violet

📋 copy color: '#863DF3'

red 134 ◦ green 61 ◦ blue 243

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

Shades of Blue Violet #863DF3

Tints of Blue Violet #863DF3

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.93%

 BLUE value IS 243 (95.31% from 255) = 55.48%

R = 30.59%
G = 13.93%
B = 55.48%

CMYK

 C value IS 0.45

 M value IS 0.75

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#863DF3 (or 0x863DF3) is known color: Blue Violet. HEX triplet: 86, 3D and F3. RGB value is (134,61,243). Sum of RGB (Red+Green+Blue) = 134+61+243=438 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.59% from 438); Green value is 61 (24.22% from 255 or 13.93% from 438); Blue value is 243 (95.31% from 255 or 55.48% from 438); Max value from RGB is 243 - color contains mainly: blue. Hex color #863DF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #863DF3 is #79C20C. Grayscale: #666666. Windows color (decimal): -7979533 or 15940998. OLE color: 15940998.

HSL color Cylindrical-coordinate representation of color #863DF3: hue angle of 264.07º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #863DF3 is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 134 61 243 -
CMYK 0.45 0.75 0 0.05
HSL 264.07º 0.88% 0.6% -
HSV(B) 264.07º 0.75% 0.95% -
XYZ 27.68 14.88 86.21 -
YUV 103.58 206.68 149.7 -
System Red Green Blue C M Y K H S L
Decimal 134 61 243 0.45 0.75 0 0.05 264.07 0.88 0.6
Hex 86 3D F3 2D 4B 0 5 108 58 3C
Octal 206 75 363 55 113 0 5 410 130 74
Binary 10000110 111101 11110011 101101 1001011 0 101 100001000 1011000 111100

Color Harmonies of #863DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863DF3

Black with #863DF3

Text Example


Text Example

White with #863DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,61,243); }

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

background-color css

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

 a { background-color: rgb(134,61,243); }

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

border-color css

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

 span { border-color: rgb(134,61,243); }

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