Html Css Color HEX #863781 Vivid Violet

📋 copy color: '#863781'

red 134 ◦ green 55 ◦ blue 129

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

Shades of Vivid Violet #863781

Tints of Vivid Violet #863781

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.3%

 BLUE value IS 129 (50.78% from 255) = 40.57%

R = 42.14%
G = 17.3%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#863781 (or 0x863781) is known color: Vivid Violet. HEX triplet: 86, 37 and 81. RGB value is (134,55,129). Sum of RGB (Red+Green+Blue) = 134+55+129=318 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.14% from 318); Green value is 55 (21.88% from 255 or 17.30% from 318); Blue value is 129 (50.78% from 255 or 40.57% from 318); Max value from RGB is 134 - color contains mainly: red. Hex color #863781 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863781 is #79C87E. Grayscale: #565656. Windows color (decimal): -7981183 or 8468358. OLE color: 8468358.

HSL color Cylindrical-coordinate representation of color #863781: hue angle of 303.8º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #863781 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 55 129 -
CMYK 0 0.59 0.04 0.47
HSL 303.8º 0.42% 0.37% -
HSV(B) 303.8º 0.59% 0.53% -
XYZ 15.16 9.39 21.78 -
YUV 87.06 151.67 161.48 -
System Red Green Blue C M Y K H S L
Decimal 134 55 129 0 0.59 0.04 0.47 303.8 0.42 0.37
Hex 86 37 81 0 3B 4 2F 130 2A 25
Octal 206 67 201 0 73 4 57 460 52 45
Binary 10000110 110111 10000001 0 111011 100 101111 100110000 101010 100101

Color Harmonies of #863781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863781

Black with #863781

Text Example


Text Example

White with #863781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863781; }

 p { color: rgb(134,55,129); }

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

background-color css

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

 a { background-color: rgb(134,55,129); }

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

border-color css

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

 span { border-color: rgb(134,55,129); }

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