Html Css Color HEX #863785 Vivid Violet

📋 copy color: '#863785'

red 134 ◦ green 55 ◦ blue 133

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

Shades of Vivid Violet #863785

Tints of Vivid Violet #863785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 41.3%

R = 41.61%
G = 17.08%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#863785 (or 0x863785) is known color: Vivid Violet. HEX triplet: 86, 37 and 85. RGB value is (134,55,133). Sum of RGB (Red+Green+Blue) = 134+55+133=322 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.61% from 322); Green value is 55 (21.88% from 255 or 17.08% from 322); Blue value is 133 (52.34% from 255 or 41.30% from 322); Max value from RGB is 134 - color contains mainly: red. Hex color #863785 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863785 is #79C87A. Grayscale: #575757. Windows color (decimal): -7981179 or 8730502. OLE color: 8730502.

HSL color Cylindrical-coordinate representation of color #863785: hue angle of 300.76º 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 #863785 is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 55 133 -
CMYK 0 0.59 0.01 0.47
HSL 300.76º 0.42% 0.37% -
HSV(B) 300.76º 0.59% 0.53% -
XYZ 15.43 9.49 23.21 -
YUV 87.51 153.67 161.16 -
System Red Green Blue C M Y K H S L
Decimal 134 55 133 0 0.59 0.01 0.47 300.76 0.42 0.37
Hex 86 37 85 0 3B 1 2F 12D 2A 25
Octal 206 67 205 0 73 1 57 455 52 45
Binary 10000110 110111 10000101 0 111011 1 101111 100101101 101010 100101

Color Harmonies of #863785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863785

Black with #863785

Text Example


Text Example

White with #863785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863785; }

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

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

background-color css

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

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

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

border-color css

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

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

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