Html Css Color HEX #863DEF Blue Violet

📋 copy color: '#863DEF'

red 134 ◦ green 61 ◦ blue 239

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

Shades of Blue Violet #863DEF

Tints of Blue Violet #863DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 55.07%

R = 30.88%
G = 14.06%
B = 55.07%

CMYK

 C value IS 0.44

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#863DEF (or 0x863DEF) is known color: Blue Violet. HEX triplet: 86, 3D and EF. RGB value is (134,61,239). Sum of RGB (Red+Green+Blue) = 134+61+239=434 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.88% from 434); Green value is 61 (24.22% from 255 or 14.06% from 434); Blue value is 239 (93.75% from 255 or 55.07% from 434); Max value from RGB is 239 - color contains mainly: blue. Hex color #863DEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #863DEF is #79C210. Grayscale: #666666. Windows color (decimal): -7979537 or 15678854. OLE color: 15678854.

HSL color Cylindrical-coordinate representation of color #863DEF: hue angle of 264.61º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #863DEF is Cyan = 0.44, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 134 61 239 -
CMYK 0.44 0.74 0 0.06
HSL 264.61º 0.85% 0.59% -
HSV(B) 264.61º 0.74% 0.94% -
XYZ 27.08 14.64 83.06 -
YUV 103.12 204.68 150.03 -
System Red Green Blue C M Y K H S L
Decimal 134 61 239 0.44 0.74 0 0.06 264.61 0.85 0.59
Hex 86 3D EF 2C 4A 0 6 109 55 3B
Octal 206 75 357 54 112 0 6 411 125 73
Binary 10000110 111101 11101111 101100 1001010 0 110 100001001 1010101 111011

Color Harmonies of #863DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863DEF

Black with #863DEF

Text Example


Text Example

White with #863DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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