Html Css Color HEX #804986 Vivid Violet

📋 copy color: '#804986'

red 128 ◦ green 73 ◦ blue 134

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

Shades of Vivid Violet #804986

Tints of Vivid Violet #804986

RGB

 RED value IS 128 (50.39% from 255) = 38.21%

 GREEN value IS 73 (28.91% from 255) = 21.79%

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

R = 38.21%
G = 21.79%
B = 40%

CMYK

 C value IS 0.04

 M value IS 0.46

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#804986 (or 0x804986) is known color: Vivid Violet. HEX triplet: 80, 49 and 86. RGB value is (128,73,134). Sum of RGB (Red+Green+Blue) = 128+73+134=335 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.21% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 134 (52.73% from 255 or 40% from 335); Max value from RGB is 134 - color contains mainly: blue. Hex color #804986 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804986 is #7FB679. Grayscale: #606060. Windows color (decimal): -8369786 or 8800640. OLE color: 8800640.

HSL color Cylindrical-coordinate representation of color #804986: hue angle of 294.1º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #804986 is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 128 73 134 -
CMYK 0.04 0.46 0 0.47
HSL 294.1º 0.29% 0.41% -
HSV(B) 294.1º 0.46% 0.53% -
XYZ 15.59 11.08 23.87 -
YUV 96.4 149.22 150.54 -
System Red Green Blue C M Y K H S L
Decimal 128 73 134 0.04 0.46 0 0.47 294.1 0.29 0.41
Hex 80 49 86 4 2E 0 2F 126 1D 29
Octal 200 111 206 4 56 0 57 446 35 51
Binary 10000000 1001001 10000110 100 101110 0 101111 100100110 11101 101001

Color Harmonies of #804986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804986

Black with #804986

Text Example


Text Example

White with #804986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804986; }

 p { color: rgb(128,73,134); }

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

background-color css

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

 a { background-color: rgb(128,73,134); }

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

border-color css

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

 span { border-color: rgb(128,73,134); }

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