Html Css Color HEX #863895 Vivid Violet

📋 copy color: '#863895'

red 134 ◦ green 56 ◦ blue 149

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

Shades of Vivid Violet #863895

Tints of Vivid Violet #863895

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.52%

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

R = 39.53%
G = 16.52%
B = 43.95%

CMYK

 C value IS 0.10

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#863895 (or 0x863895) is known color: Vivid Violet. HEX triplet: 86, 38 and 95. RGB value is (134,56,149). Sum of RGB (Red+Green+Blue) = 134+56+149=339 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.53% from 339); Green value is 56 (22.27% from 255 or 16.52% from 339); Blue value is 149 (58.59% from 255 or 43.95% from 339); Max value from RGB is 149 - color contains mainly: blue. Hex color #863895 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863895 is #79C76A. Grayscale: #595959. Windows color (decimal): -7980907 or 9779334. OLE color: 9779334.

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

Color convert

RGB 134 56 149 -
CMYK 0.10 0.62 0 0.42
HSL 290.32º 0.45% 0.4% -
HSV(B) 290.32º 0.62% 0.58% -
XYZ 16.67 10.07 29.5 -
YUV 89.92 161.34 159.44 -
System Red Green Blue C M Y K H S L
Decimal 134 56 149 0.10 0.62 0 0.42 290.32 0.45 0.4
Hex 86 38 95 A 3E 0 2A 122 2D 28
Octal 206 70 225 12 76 0 52 442 55 50
Binary 10000110 111000 10010101 1010 111110 0 101010 100100010 101101 101000

Color Harmonies of #863895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863895

Black with #863895

Text Example


Text Example

White with #863895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863895; }

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

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

background-color css

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

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

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

border-color css

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

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

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