Html Css Color HEX #863FDD Blue Violet

📋 copy color: '#863FDD'

red 134 ◦ green 63 ◦ blue 221

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

Shades of Blue Violet #863FDD

Tints of Blue Violet #863FDD

RGB

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

 GREEN value IS 63 (25% from 255) = 15.07%

 BLUE value IS 221 (86.72% from 255) = 52.87%

R = 32.06%
G = 15.07%
B = 52.87%

CMYK

 C value IS 0.39

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#863FDD (or 0x863FDD) is known color: Blue Violet. HEX triplet: 86, 3F and DD. RGB value is (134,63,221). Sum of RGB (Red+Green+Blue) = 134+63+221=418 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.06% from 418); Green value is 63 (25% from 255 or 15.07% from 418); Blue value is 221 (86.72% from 255 or 52.87% from 418); Max value from RGB is 221 - color contains mainly: blue. Hex color #863FDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863FDD is #79C022. Grayscale: #656565. Windows color (decimal): -7979043 or 14499718. OLE color: 14499718.

HSL color Cylindrical-coordinate representation of color #863FDD: hue angle of 266.96º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #863FDD is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 134 63 221 -
CMYK 0.39 0.71 0 0.13
HSL 266.96º 0.7% 0.56% -
HSV(B) 266.96º 0.71% 0.87% -
XYZ 24.66 13.84 69.78 -
YUV 102.24 195.02 150.65 -
System Red Green Blue C M Y K H S L
Decimal 134 63 221 0.39 0.71 0 0.13 266.96 0.7 0.56
Hex 86 3F DD 27 47 0 D 10B 46 38
Octal 206 77 335 47 107 0 15 413 106 70
Binary 10000110 111111 11011101 100111 1000111 0 1101 100001011 1000110 111000

Color Harmonies of #863FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863FDD

Black with #863FDD

Text Example


Text Example

White with #863FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,63,221); }

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

background-color css

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

 a { background-color: rgb(134,63,221); }

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

border-color css

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

 span { border-color: rgb(134,63,221); }

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