Html Css Color HEX #804190 Vivid Violet

📋 copy color: '#804190'

red 128 ◦ green 65 ◦ blue 144

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

Shades of Vivid Violet #804190

Tints of Vivid Violet #804190

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.29%

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

R = 37.98%
G = 19.29%
B = 42.73%

CMYK

 C value IS 0.11

 M value IS 0.55

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#804190 (or 0x804190) is known color: Vivid Violet. HEX triplet: 80, 41 and 90. RGB value is (128,65,144). Sum of RGB (Red+Green+Blue) = 128+65+144=337 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.98% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 144 (56.64% from 255 or 42.73% from 337); Max value from RGB is 144 - color contains mainly: blue. Hex color #804190 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804190 is #7FBE6F. Grayscale: #5C5C5C. Windows color (decimal): -8371824 or 9453952. OLE color: 9453952.

HSL color Cylindrical-coordinate representation of color #804190: hue angle of 287.85º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #804190 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 128 65 144 -
CMYK 0.11 0.55 0 0.44
HSL 287.85º 0.38% 0.41% -
HSV(B) 287.85º 0.55% 0.56% -
XYZ 15.83 10.38 27.56 -
YUV 92.84 156.87 153.08 -
System Red Green Blue C M Y K H S L
Decimal 128 65 144 0.11 0.55 0 0.44 287.85 0.38 0.41
Hex 80 41 90 B 37 0 2C 120 26 29
Octal 200 101 220 13 67 0 54 440 46 51
Binary 10000000 1000001 10010000 1011 110111 0 101100 100100000 100110 101001

Color Harmonies of #804190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804190

Black with #804190

Text Example


Text Example

White with #804190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804190; }

 p { color: rgb(128,65,144); }

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

background-color css

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

 a { background-color: rgb(128,65,144); }

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

border-color css

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

 span { border-color: rgb(128,65,144); }

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