Html Css Color HEX #863187 Vivid Violet

📋 copy color: '#863187'

red 134 ◦ green 49 ◦ blue 135

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

Shades of Vivid Violet #863187

Tints of Vivid Violet #863187

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.41%

 BLUE value IS 135 (53.13% from 255) = 42.45%

R = 42.14%
G = 15.41%
B = 42.45%

CMYK

 C value IS 0.01

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#863187 (or 0x863187) is known color: Vivid Violet. HEX triplet: 86, 31 and 87. RGB value is (134,49,135). Sum of RGB (Red+Green+Blue) = 134+49+135=318 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.14% from 318); Green value is 49 (19.53% from 255 or 15.41% from 318); Blue value is 135 (53.12% from 255 or 42.45% from 318); Max value from RGB is 135 - color contains mainly: blue. Hex color #863187 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863187 is #79CE78. Grayscale: #535353. Windows color (decimal): -7982713 or 8860038. OLE color: 8860038.

HSL color Cylindrical-coordinate representation of color #863187: hue angle of 299.3º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #863187 is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 49 135 -
CMYK 0.01 0.64 0 0.47
HSL 299.3º 0.47% 0.36% -
HSV(B) 299.3º 0.64% 0.53% -
XYZ 15.3 9.01 23.86 -
YUV 84.22 156.66 163.51 -
System Red Green Blue C M Y K H S L
Decimal 134 49 135 0.01 0.64 0 0.47 299.3 0.47 0.36
Hex 86 31 87 1 40 0 2F 12B 2F 24
Octal 206 61 207 1 100 0 57 453 57 44
Binary 10000110 110001 10000111 1 1000000 0 101111 100101011 101111 100100

Color Harmonies of #863187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863187

Black with #863187

Text Example


Text Example

White with #863187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863187; }

 p { color: rgb(134,49,135); }

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

background-color css

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

 a { background-color: rgb(134,49,135); }

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

border-color css

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

 span { border-color: rgb(134,49,135); }

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