Html Css Color HEX #863591 Vivid Violet

📋 copy color: '#863591'

red 134 ◦ green 53 ◦ blue 145

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

Shades of Vivid Violet #863591

Tints of Vivid Violet #863591

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.96%

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

R = 40.36%
G = 15.96%
B = 43.67%

CMYK

 C value IS 0.08

 M value IS 0.63

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#863591 (or 0x863591) is known color: Vivid Violet. HEX triplet: 86, 35 and 91. RGB value is (134,53,145). Sum of RGB (Red+Green+Blue) = 134+53+145=332 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.36% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 145 (57.03% from 255 or 43.67% from 332); Max value from RGB is 145 - color contains mainly: blue. Hex color #863591 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863591 is #79CA6E. Grayscale: #575757. Windows color (decimal): -7981679 or 9516422. OLE color: 9516422.

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

Color convert

RGB 134 53 145 -
CMYK 0.08 0.63 0 0.43
HSL 292.83º 0.46% 0.39% -
HSV(B) 292.83º 0.63% 0.57% -
XYZ 16.22 9.66 27.8 -
YUV 87.71 160.34 161.02 -
System Red Green Blue C M Y K H S L
Decimal 134 53 145 0.08 0.63 0 0.43 292.83 0.46 0.39
Hex 86 35 91 8 3F 0 2B 125 2E 27
Octal 206 65 221 10 77 0 53 445 56 47
Binary 10000110 110101 10010001 1000 111111 0 101011 100100101 101110 100111

Color Harmonies of #863591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863591

Black with #863591

Text Example


Text Example

White with #863591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863591; }

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

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

background-color css

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

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

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

border-color css

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

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

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