Html Css Color HEX #804193 Vivid Violet

📋 copy color: '#804193'

red 128 ◦ green 65 ◦ blue 147

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

Shades of Vivid Violet #804193

Tints of Vivid Violet #804193

RGB

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

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

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

R = 37.65%
G = 19.12%
B = 43.24%

CMYK

 C value IS 0.13

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#804193 (or 0x804193) is known color: Vivid Violet. HEX triplet: 80, 41 and 93. RGB value is (128,65,147). Sum of RGB (Red+Green+Blue) = 128+65+147=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 65 (25.78% from 255 or 19.12% from 340); Blue value is 147 (57.81% from 255 or 43.24% from 340); Max value from RGB is 147 - color contains mainly: blue. Hex color #804193 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804193 is #7FBE6C. Grayscale: #5C5C5C. Windows color (decimal): -8371821 or 9650560. OLE color: 9650560.

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

Color convert

RGB 128 65 147 -
CMYK 0.13 0.56 0 0.42
HSL 286.1º 0.39% 0.42% -
HSV(B) 286.1º 0.56% 0.58% -
XYZ 16.06 10.48 28.78 -
YUV 93.19 158.37 152.83 -
System Red Green Blue C M Y K H S L
Decimal 128 65 147 0.13 0.56 0 0.42 286.1 0.39 0.42
Hex 80 41 93 D 38 0 2A 11E 27 2A
Octal 200 101 223 15 70 0 52 436 47 52
Binary 10000000 1000001 10010011 1101 111000 0 101010 100011110 100111 101010

Color Harmonies of #804193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804193

Black with #804193

Text Example


Text Example

White with #804193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804193; }

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

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

background-color css

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

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

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

border-color css

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

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

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