Html Css Color HEX #804390 Vivid Violet

📋 copy color: '#804390'

red 128 ◦ green 67 ◦ blue 144

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

Shades of Vivid Violet #804390

Tints of Vivid Violet #804390

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.76%

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

R = 37.76%
G = 19.76%
B = 42.48%

CMYK

 C value IS 0.11

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#804390 (or 0x804390) is known color: Vivid Violet. HEX triplet: 80, 43 and 90. RGB value is (128,67,144). Sum of RGB (Red+Green+Blue) = 128+67+144=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 67 (26.56% from 255 or 19.76% from 339); Blue value is 144 (56.64% from 255 or 42.48% from 339); Max value from RGB is 144 - color contains mainly: blue. Hex color #804390 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804390 is #7FBC6F. Grayscale: #5D5D5D. Windows color (decimal): -8371312 or 9454464. OLE color: 9454464.

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

Color convert

RGB 128 67 144 -
CMYK 0.11 0.53 0 0.44
HSL 287.53º 0.36% 0.41% -
HSV(B) 287.53º 0.53% 0.56% -
XYZ 15.94 10.62 27.59 -
YUV 94.02 156.21 152.24 -
System Red Green Blue C M Y K H S L
Decimal 128 67 144 0.11 0.53 0 0.44 287.53 0.36 0.41
Hex 80 43 90 B 35 0 2C 120 24 29
Octal 200 103 220 13 65 0 54 440 44 51
Binary 10000000 1000011 10010000 1011 110101 0 101100 100100000 100100 101001

Color Harmonies of #804390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804390

Black with #804390

Text Example


Text Example

White with #804390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804390; }

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

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

background-color css

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

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

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

border-color css

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

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

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