Html Css Color HEX #863790 Vivid Violet

📋 copy color: '#863790'

red 134 ◦ green 55 ◦ blue 144

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

Shades of Vivid Violet #863790

Tints of Vivid Violet #863790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 43.24%

R = 40.24%
G = 16.52%
B = 43.24%

CMYK

 C value IS 0.07

 M value IS 0.62

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#863790 (or 0x863790) is known color: Vivid Violet. HEX triplet: 86, 37 and 90. RGB value is (134,55,144). Sum of RGB (Red+Green+Blue) = 134+55+144=333 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.24% from 333); Green value is 55 (21.88% from 255 or 16.52% from 333); Blue value is 144 (56.64% from 255 or 43.24% from 333); Max value from RGB is 144 - color contains mainly: blue. Hex color #863790 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863790 is #79C86F. Grayscale: #585858. Windows color (decimal): -7981168 or 9451398. OLE color: 9451398.

HSL color Cylindrical-coordinate representation of color #863790: hue angle of 293.26º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #863790 is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 134 55 144 -
CMYK 0.07 0.62 0 0.44
HSL 293.26º 0.45% 0.39% -
HSV(B) 293.26º 0.62% 0.56% -
XYZ 16.23 9.81 27.42 -
YUV 88.77 159.17 160.26 -
System Red Green Blue C M Y K H S L
Decimal 134 55 144 0.07 0.62 0 0.44 293.26 0.45 0.39
Hex 86 37 90 7 3E 0 2C 125 2D 27
Octal 206 67 220 7 76 0 54 445 55 47
Binary 10000110 110111 10010000 111 111110 0 101100 100100101 101101 100111

Color Harmonies of #863790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863790

Black with #863790

Text Example


Text Example

White with #863790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863790; }

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

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

background-color css

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

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

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

border-color css

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

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

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