Html Css Color HEX #863B8D Vivid Violet

📋 copy color: '#863B8D'

red 134 ◦ green 59 ◦ blue 141

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

Shades of Vivid Violet #863B8D

Tints of Vivid Violet #863B8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 42.22%

R = 40.12%
G = 17.66%
B = 42.22%

CMYK

 C value IS 0.05

 M value IS 0.58

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#863B8D (or 0x863B8D) is known color: Vivid Violet. HEX triplet: 86, 3B and 8D. RGB value is (134,59,141). Sum of RGB (Red+Green+Blue) = 134+59+141=334 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.12% from 334); Green value is 59 (23.44% from 255 or 17.66% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 141 - color contains mainly: blue. Hex color #863B8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863B8D is #79C472. Grayscale: #5A5A5A. Windows color (decimal): -7980147 or 9255814. OLE color: 9255814.

HSL color Cylindrical-coordinate representation of color #863B8D: hue angle of 294.88º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #863B8D is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 134 59 141 -
CMYK 0.05 0.58 0 0.45
HSL 294.88º 0.41% 0.39% -
HSV(B) 294.88º 0.58% 0.55% -
XYZ 16.2 10.12 26.3 -
YUV 90.77 156.35 158.83 -
System Red Green Blue C M Y K H S L
Decimal 134 59 141 0.05 0.58 0 0.45 294.88 0.41 0.39
Hex 86 3B 8D 5 3A 0 2D 127 29 27
Octal 206 73 215 5 72 0 55 447 51 47
Binary 10000110 111011 10001101 101 111010 0 101101 100100111 101001 100111

Color Harmonies of #863B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863B8D

Black with #863B8D

Text Example


Text Example

White with #863B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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