Html Css Color HEX #804993 Vivid Violet

📋 copy color: '#804993'

red 128 ◦ green 73 ◦ blue 147

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

Shades of Vivid Violet #804993

Tints of Vivid Violet #804993

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.98%

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

R = 36.78%
G = 20.98%
B = 42.24%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#804993 (or 0x804993) is known color: Vivid Violet. HEX triplet: 80, 49 and 93. RGB value is (128,73,147). Sum of RGB (Red+Green+Blue) = 128+73+147=348 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.78% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 147 (57.81% from 255 or 42.24% from 348); Max value from RGB is 147 - color contains mainly: blue. Hex color #804993 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804993 is #7FB66C. Grayscale: #616161. Windows color (decimal): -8369773 or 9652608. OLE color: 9652608.

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

Color convert

RGB 128 73 147 -
CMYK 0.13 0.50 0 0.42
HSL 284.59º 0.34% 0.43% -
HSV(B) 284.59º 0.5% 0.58% -
XYZ 16.55 11.46 28.94 -
YUV 97.88 155.72 149.48 -
System Red Green Blue C M Y K H S L
Decimal 128 73 147 0.13 0.50 0 0.42 284.59 0.34 0.43
Hex 80 49 93 D 32 0 2A 11D 22 2B
Octal 200 111 223 15 62 0 52 435 42 53
Binary 10000000 1001001 10010011 1101 110010 0 101010 100011101 100010 101011

Color Harmonies of #804993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804993

Black with #804993

Text Example


Text Example

White with #804993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804993; }

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

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

background-color css

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

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

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

border-color css

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

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

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