Html Css Color HEX #863599 Vivid Violet

📋 copy color: '#863599'

red 134 ◦ green 53 ◦ blue 153

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

Shades of Vivid Violet #863599

Tints of Vivid Violet #863599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 45%

R = 39.41%
G = 15.59%
B = 45%

CMYK

 C value IS 0.12

 M value IS 0.65

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#863599 (or 0x863599) is known color: Vivid Violet. HEX triplet: 86, 35 and 99. RGB value is (134,53,153). Sum of RGB (Red+Green+Blue) = 134+53+153=340 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.41% from 340); Green value is 53 (21.09% from 255 or 15.59% from 340); Blue value is 153 (60.16% from 255 or 45% from 340); Max value from RGB is 153 - color contains mainly: blue. Hex color #863599 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863599 is #79CA66. Grayscale: #585858. Windows color (decimal): -7981671 or 10040710. OLE color: 10040710.

HSL color Cylindrical-coordinate representation of color #863599: hue angle of 288.6º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #863599 is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 134 53 153 -
CMYK 0.12 0.65 0 0.4
HSL 288.6º 0.49% 0.4% -
HSV(B) 288.6º 0.65% 0.6% -
XYZ 16.85 9.91 31.16 -
YUV 88.62 164.34 160.37 -
System Red Green Blue C M Y K H S L
Decimal 134 53 153 0.12 0.65 0 0.4 288.6 0.49 0.4
Hex 86 35 99 C 41 0 28 121 31 28
Octal 206 65 231 14 101 0 50 441 61 50
Binary 10000110 110101 10011001 1100 1000001 0 101000 100100001 110001 101000

Color Harmonies of #863599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863599

Black with #863599

Text Example


Text Example

White with #863599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863599; }

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

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

background-color css

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

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

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

border-color css

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

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

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