Html Css Color HEX #863495 Vivid Violet

📋 copy color: '#863495'

red 134 ◦ green 52 ◦ blue 149

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

Shades of Vivid Violet #863495

Tints of Vivid Violet #863495

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.52%

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

R = 40%
G = 15.52%
B = 44.48%

CMYK

 C value IS 0.10

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#863495 (or 0x863495) is known color: Vivid Violet. HEX triplet: 86, 34 and 95. RGB value is (134,52,149). Sum of RGB (Red+Green+Blue) = 134+52+149=335 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40% from 335); Green value is 52 (20.70% from 255 or 15.52% from 335); Blue value is 149 (58.59% from 255 or 44.48% from 335); Max value from RGB is 149 - color contains mainly: blue. Hex color #863495 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863495 is #79CB6A. Grayscale: #575757. Windows color (decimal): -7981931 or 9778310. OLE color: 9778310.

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

Color convert

RGB 134 52 149 -
CMYK 0.10 0.65 0 0.42
HSL 290.72º 0.48% 0.39% -
HSV(B) 290.72º 0.65% 0.58% -
XYZ 16.48 9.69 29.44 -
YUV 87.58 162.67 161.11 -
System Red Green Blue C M Y K H S L
Decimal 134 52 149 0.10 0.65 0 0.42 290.72 0.48 0.39
Hex 86 34 95 A 41 0 2A 123 30 27
Octal 206 64 225 12 101 0 52 443 60 47
Binary 10000110 110100 10010101 1010 1000001 0 101010 100100011 110000 100111

Color Harmonies of #863495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863495

Black with #863495

Text Example


Text Example

White with #863495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863495; }

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

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

background-color css

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

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

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

border-color css

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

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

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