Html Css Color HEX #804280 Vivid Violet

📋 copy color: '#804280'

red 128 ◦ green 66 ◦ blue 128

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

Shades of Vivid Violet #804280

Tints of Vivid Violet #804280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 39.75%

R = 39.75%
G = 20.5%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#804280 (or 0x804280) is known color: Vivid Violet. HEX triplet: 80, 42 and 80. RGB value is (128,66,128). Sum of RGB (Red+Green+Blue) = 128+66+128=322 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.75% from 322); Green value is 66 (26.17% from 255 or 20.50% from 322); Blue value is 128 (50.39% from 255 or 39.75% from 322); Max value from RGB is 128 - color contains mainly: red, blue. Hex color #804280 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804280 is #7FBD7F. Grayscale: #5B5B5B. Windows color (decimal): -8371584 or 8405632. OLE color: 8405632.

HSL color Cylindrical-coordinate representation of color #804280: hue angle of 300º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #804280 is Cyan = 0, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 66 128 -
CMYK 0 0.48 0 0.50
HSL 300º 0.32% 0.38% -
HSV(B) 300º 0.48% 0.5% -
XYZ 14.75 10.04 21.58 -
YUV 91.61 148.54 153.96 -
System Red Green Blue C M Y K H S L
Decimal 128 66 128 0 0.48 0 0.50 300 0.32 0.38
Hex 80 42 80 0 30 0 32 12C 20 26
Octal 200 102 200 0 60 0 62 454 40 46
Binary 10000000 1000010 10000000 0 110000 0 110010 100101100 100000 100110

Color Harmonies of #804280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804280

Black with #804280

Text Example


Text Example

White with #804280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804280; }

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

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

background-color css

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

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

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

border-color css

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

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

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