Html Css Color HEX #863DDC Blue Violet

📋 copy color: '#863DDC'

red 134 ◦ green 61 ◦ blue 220

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

Shades of Blue Violet #863DDC

Tints of Blue Violet #863DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.01%

R = 32.29%
G = 14.7%
B = 53.01%

CMYK

 C value IS 0.39

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#863DDC (or 0x863DDC) is known color: Blue Violet. HEX triplet: 86, 3D and DC. RGB value is (134,61,220). Sum of RGB (Red+Green+Blue) = 134+61+220=415 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.29% from 415); Green value is 61 (24.22% from 255 or 14.70% from 415); Blue value is 220 (86.33% from 255 or 53.01% from 415); Max value from RGB is 220 - color contains mainly: blue. Hex color #863DDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863DDC is #79C223. Grayscale: #646464. Windows color (decimal): -7979556 or 14433670. OLE color: 14433670.

HSL color Cylindrical-coordinate representation of color #863DDC: hue angle of 267.55º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #863DDC is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 134 61 220 -
CMYK 0.39 0.72 0 0.14
HSL 267.55º 0.69% 0.55% -
HSV(B) 267.55º 0.72% 0.86% -
XYZ 24.42 13.57 69.04 -
YUV 100.95 195.18 151.57 -
System Red Green Blue C M Y K H S L
Decimal 134 61 220 0.39 0.72 0 0.14 267.55 0.69 0.55
Hex 86 3D DC 27 48 0 E 10C 45 37
Octal 206 75 334 47 110 0 16 414 105 67
Binary 10000110 111101 11011100 100111 1001000 0 1110 100001100 1000101 110111

Color Harmonies of #863DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863DDC

Black with #863DDC

Text Example


Text Example

White with #863DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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