Html Css Color HEX #863BAB Vivid Violet

📋 copy color: '#863BAB'

red 134 ◦ green 59 ◦ blue 171

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

Shades of Vivid Violet #863BAB

Tints of Vivid Violet #863BAB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.21%

 BLUE value IS 171 (67.19% from 255) = 46.98%

R = 36.81%
G = 16.21%
B = 46.98%

CMYK

 C value IS 0.22

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#863BAB (or 0x863BAB) is known color: Vivid Violet. HEX triplet: 86, 3B and AB. RGB value is (134,59,171). Sum of RGB (Red+Green+Blue) = 134+59+171=364 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.81% from 364); Green value is 59 (23.44% from 255 or 16.21% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 171 - color contains mainly: blue. Hex color #863BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863BAB is #79C454. Grayscale: #5D5D5D. Windows color (decimal): -7980117 or 11221894. OLE color: 11221894.

HSL color Cylindrical-coordinate representation of color #863BAB: hue angle of 280.18º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #863BAB is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 134 59 171 -
CMYK 0.22 0.65 0 0.33
HSL 280.18º 0.49% 0.45% -
HSV(B) 280.18º 0.65% 0.67% -
XYZ 18.75 11.14 39.69 -
YUV 94.19 171.35 156.39 -
System Red Green Blue C M Y K H S L
Decimal 134 59 171 0.22 0.65 0 0.33 280.18 0.49 0.45
Hex 86 3B AB 16 41 0 21 118 31 2D
Octal 206 73 253 26 101 0 41 430 61 55
Binary 10000110 111011 10101011 10110 1000001 0 100001 100011000 110001 101101

Color Harmonies of #863BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863BAB

Black with #863BAB

Text Example


Text Example

White with #863BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,59,171); }

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

background-color css

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

 a { background-color: rgb(134,59,171); }

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

border-color css

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

 span { border-color: rgb(134,59,171); }

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