Html Css Color HEX #863A86 Vivid Violet

📋 copy color: '#863A86'

red 134 ◦ green 58 ◦ blue 134

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

Shades of Vivid Violet #863A86

Tints of Vivid Violet #863A86

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.79%

 BLUE value IS 134 (52.73% from 255) = 41.1%

R = 41.1%
G = 17.79%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#863A86 (or 0x863A86) is known color: Vivid Violet. HEX triplet: 86, 3A and 86. RGB value is (134,58,134). Sum of RGB (Red+Green+Blue) = 134+58+134=326 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.10% from 326); Green value is 58 (23.05% from 255 or 17.79% from 326); Blue value is 134 (52.73% from 255 or 41.10% from 326); Max value from RGB is 134 - color contains mainly: red, blue. Hex color #863A86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863A86 is #79C579. Grayscale: #595959. Windows color (decimal): -7980410 or 8796806. OLE color: 8796806.

HSL color Cylindrical-coordinate representation of color #863A86: hue angle of 300º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #863A86 is Cyan = 0, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 58 134 -
CMYK 0 0.57 0 0.47
HSL 300º 0.4% 0.38% -
HSV(B) 300º 0.57% 0.53% -
XYZ 15.65 9.82 23.62 -
YUV 89.39 153.18 159.82 -
System Red Green Blue C M Y K H S L
Decimal 134 58 134 0 0.57 0 0.47 300 0.4 0.38
Hex 86 3A 86 0 39 0 2F 12C 28 26
Octal 206 72 206 0 71 0 57 454 50 46
Binary 10000110 111010 10000110 0 111001 0 101111 100101100 101000 100110

Color Harmonies of #863A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863A86

Black with #863A86

Text Example


Text Example

White with #863A86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,58,134); }

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

background-color css

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

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

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

border-color css

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

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

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