Html Css Color HEX #804690 Vivid Violet

📋 copy color: '#804690'

red 128 ◦ green 70 ◦ blue 144

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

Shades of Vivid Violet #804690

Tints of Vivid Violet #804690

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.47%

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

R = 37.43%
G = 20.47%
B = 42.11%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#804690 (or 0x804690) is known color: Vivid Violet. HEX triplet: 80, 46 and 90. RGB value is (128,70,144). Sum of RGB (Red+Green+Blue) = 128+70+144=342 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.43% from 342); Green value is 70 (27.73% from 255 or 20.47% from 342); Blue value is 144 (56.64% from 255 or 42.11% from 342); Max value from RGB is 144 - color contains mainly: blue. Hex color #804690 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804690 is #7FB96F. Grayscale: #5F5F5F. Windows color (decimal): -8370544 or 9455232. OLE color: 9455232.

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

Color convert

RGB 128 70 144 -
CMYK 0.11 0.51 0 0.44
HSL 287.03º 0.35% 0.42% -
HSV(B) 287.03º 0.51% 0.56% -
XYZ 16.13 10.98 27.66 -
YUV 95.78 155.22 150.98 -
System Red Green Blue C M Y K H S L
Decimal 128 70 144 0.11 0.51 0 0.44 287.03 0.35 0.42
Hex 80 46 90 B 33 0 2C 11F 23 2A
Octal 200 106 220 13 63 0 54 437 43 52
Binary 10000000 1000110 10010000 1011 110011 0 101100 100011111 100011 101010

Color Harmonies of #804690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804690

Black with #804690

Text Example


Text Example

White with #804690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804690; }

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

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

background-color css

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

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

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

border-color css

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

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

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