Html Css Color HEX #863793 Vivid Violet

📋 copy color: '#863793'

red 134 ◦ green 55 ◦ blue 147

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

Shades of Vivid Violet #863793

Tints of Vivid Violet #863793

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.37%

 BLUE value IS 147 (57.81% from 255) = 43.75%

R = 39.88%
G = 16.37%
B = 43.75%

CMYK

 C value IS 0.09

 M value IS 0.63

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#863793 (or 0x863793) is known color: Vivid Violet. HEX triplet: 86, 37 and 93. RGB value is (134,55,147). Sum of RGB (Red+Green+Blue) = 134+55+147=336 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.88% from 336); Green value is 55 (21.88% from 255 or 16.37% from 336); Blue value is 147 (57.81% from 255 or 43.75% from 336); Max value from RGB is 147 - color contains mainly: blue. Hex color #863793 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863793 is #79C86C. Grayscale: #585858. Windows color (decimal): -7981165 or 9648006. OLE color: 9648006.

HSL color Cylindrical-coordinate representation of color #863793: hue angle of 291.52º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #863793 is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 134 55 147 -
CMYK 0.09 0.63 0 0.42
HSL 291.52º 0.46% 0.4% -
HSV(B) 291.52º 0.63% 0.58% -
XYZ 16.46 9.91 28.65 -
YUV 89.11 160.67 160.02 -
System Red Green Blue C M Y K H S L
Decimal 134 55 147 0.09 0.63 0 0.42 291.52 0.46 0.4
Hex 86 37 93 9 3F 0 2A 124 2E 28
Octal 206 67 223 11 77 0 52 444 56 50
Binary 10000110 110111 10010011 1001 111111 0 101010 100100100 101110 101000

Color Harmonies of #863793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863793

Black with #863793

Text Example


Text Example

White with #863793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863793; }

 p { color: rgb(134,55,147); }

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

background-color css

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

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

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

border-color css

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

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

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