Html Css Color HEX #804293 Vivid Violet

📋 copy color: '#804293'

red 128 ◦ green 66 ◦ blue 147

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

Shades of Vivid Violet #804293

Tints of Vivid Violet #804293

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.35%

 BLUE value IS 147 (57.81% from 255) = 43.11%

R = 37.54%
G = 19.35%
B = 43.11%

CMYK

 C value IS 0.13

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#804293 (or 0x804293) is known color: Vivid Violet. HEX triplet: 80, 42 and 93. RGB value is (128,66,147). Sum of RGB (Red+Green+Blue) = 128+66+147=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 147 (57.81% from 255 or 43.11% from 341); Max value from RGB is 147 - color contains mainly: blue. Hex color #804293 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804293 is #7FBD6C. Grayscale: #5D5D5D. Windows color (decimal): -8371565 or 9650816. OLE color: 9650816.

HSL color Cylindrical-coordinate representation of color #804293: hue angle of 285.93º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #804293 is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 66 147 -
CMYK 0.13 0.55 0 0.42
HSL 285.93º 0.38% 0.42% -
HSV(B) 285.93º 0.55% 0.58% -
XYZ 16.12 10.59 28.8 -
YUV 93.77 158.04 152.41 -
System Red Green Blue C M Y K H S L
Decimal 128 66 147 0.13 0.55 0 0.42 285.93 0.38 0.42
Hex 80 42 93 D 37 0 2A 11E 26 2A
Octal 200 102 223 15 67 0 52 436 46 52
Binary 10000000 1000010 10010011 1101 110111 0 101010 100011110 100110 101010

Color Harmonies of #804293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804293

Black with #804293

Text Example


Text Example

White with #804293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804293; }

 p { color: rgb(128,66,147); }

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

background-color css

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

 a { background-color: rgb(128,66,147); }

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

border-color css

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

 span { border-color: rgb(128,66,147); }

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