Html Css Color HEX #863393 Vivid Violet

📋 copy color: '#863393'

red 134 ◦ green 51 ◦ blue 147

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

Shades of Vivid Violet #863393

Tints of Vivid Violet #863393

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.36%

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

R = 40.36%
G = 15.36%
B = 44.28%

CMYK

 C value IS 0.09

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#863393 (or 0x863393) is known color: Vivid Violet. HEX triplet: 86, 33 and 93. RGB value is (134,51,147). Sum of RGB (Red+Green+Blue) = 134+51+147=332 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.36% from 332); Green value is 51 (20.31% from 255 or 15.36% from 332); Blue value is 147 (57.81% from 255 or 44.28% from 332); Max value from RGB is 147 - color contains mainly: blue. Hex color #863393 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863393 is #79CC6C. Grayscale: #565656. Windows color (decimal): -7982189 or 9646982. OLE color: 9646982.

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

Color convert

RGB 134 51 147 -
CMYK 0.09 0.65 0 0.42
HSL 291.88º 0.48% 0.39% -
HSV(B) 291.88º 0.65% 0.58% -
XYZ 16.28 9.54 28.59 -
YUV 86.76 162 161.69 -
System Red Green Blue C M Y K H S L
Decimal 134 51 147 0.09 0.65 0 0.42 291.88 0.48 0.39
Hex 86 33 93 9 41 0 2A 124 30 27
Octal 206 63 223 11 101 0 52 444 60 47
Binary 10000110 110011 10010011 1001 1000001 0 101010 100100100 110000 100111

Color Harmonies of #863393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863393

Black with #863393

Text Example


Text Example

White with #863393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863393; }

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

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

background-color css

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

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

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

border-color css

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

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

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