Html Css Color HEX #863391 Vivid Violet

📋 copy color: '#863391'

red 134 ◦ green 51 ◦ blue 145

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

Shades of Vivid Violet #863391

Tints of Vivid Violet #863391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 43.94%

R = 40.61%
G = 15.45%
B = 43.94%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#863391 (or 0x863391) is known color: Vivid Violet. HEX triplet: 86, 33 and 91. RGB value is (134,51,145). Sum of RGB (Red+Green+Blue) = 134+51+145=330 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.61% from 330); Green value is 51 (20.31% from 255 or 15.45% from 330); Blue value is 145 (57.03% from 255 or 43.94% from 330); Max value from RGB is 145 - color contains mainly: blue. Hex color #863391 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863391 is #79CC6E. Grayscale: #565656. Windows color (decimal): -7982191 or 9515910. OLE color: 9515910.

HSL color Cylindrical-coordinate representation of color #863391: hue angle of 292.98º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #863391 is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 134 51 145 -
CMYK 0.08 0.65 0 0.43
HSL 292.98º 0.48% 0.38% -
HSV(B) 292.98º 0.65% 0.57% -
XYZ 16.13 9.48 27.77 -
YUV 86.53 161 161.86 -
System Red Green Blue C M Y K H S L
Decimal 134 51 145 0.08 0.65 0 0.43 292.98 0.48 0.38
Hex 86 33 91 8 41 0 2B 125 30 26
Octal 206 63 221 10 101 0 53 445 60 46
Binary 10000110 110011 10010001 1000 1000001 0 101011 100100101 110000 100110

Color Harmonies of #863391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863391

Black with #863391

Text Example


Text Example

White with #863391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863391; }

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

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

background-color css

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

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

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

border-color css

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

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

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