Html Css Color HEX #863795 Vivid Violet

📋 copy color: '#863795'

red 134 ◦ green 55 ◦ blue 149

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

Shades of Vivid Violet #863795

Tints of Vivid Violet #863795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 44.08%

R = 39.64%
G = 16.27%
B = 44.08%

CMYK

 C value IS 0.10

 M value IS 0.63

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#863795 (or 0x863795) is known color: Vivid Violet. HEX triplet: 86, 37 and 95. RGB value is (134,55,149). Sum of RGB (Red+Green+Blue) = 134+55+149=338 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.64% from 338); Green value is 55 (21.88% from 255 or 16.27% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 149 - color contains mainly: blue. Hex color #863795 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863795 is #79C86A. Grayscale: #595959. Windows color (decimal): -7981163 or 9779078. OLE color: 9779078.

HSL color Cylindrical-coordinate representation of color #863795: hue angle of 290.43º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #863795 is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 134 55 149 -
CMYK 0.10 0.63 0 0.42
HSL 290.43º 0.46% 0.4% -
HSV(B) 290.43º 0.63% 0.58% -
XYZ 16.62 9.97 29.48 -
YUV 89.34 161.67 159.86 -
System Red Green Blue C M Y K H S L
Decimal 134 55 149 0.10 0.63 0 0.42 290.43 0.46 0.4
Hex 86 37 95 A 3F 0 2A 122 2E 28
Octal 206 67 225 12 77 0 52 442 56 50
Binary 10000110 110111 10010101 1010 111111 0 101010 100100010 101110 101000

Color Harmonies of #863795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863795

Black with #863795

Text Example


Text Example

White with #863795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863795; }

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

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

background-color css

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

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

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

border-color css

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

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

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