Html Css Color HEX #804082 Vivid Violet

📋 copy color: '#804082'

red 128 ◦ green 64 ◦ blue 130

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

Shades of Vivid Violet #804082

Tints of Vivid Violet #804082

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.88%

 BLUE value IS 130 (51.17% from 255) = 40.37%

R = 39.75%
G = 19.88%
B = 40.37%

CMYK

 C value IS 0.02

 M value IS 0.51

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#804082 (or 0x804082) is known color: Vivid Violet. HEX triplet: 80, 40 and 82. RGB value is (128,64,130). Sum of RGB (Red+Green+Blue) = 128+64+130=322 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.75% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 130 (51.17% from 255 or 40.37% from 322); Max value from RGB is 130 - color contains mainly: blue. Hex color #804082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804082 is #7FBF7D. Grayscale: #5A5A5A. Windows color (decimal): -8372094 or 8536192. OLE color: 8536192.

HSL color Cylindrical-coordinate representation of color #804082: hue angle of 298.18º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #804082 is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 128 64 130 -
CMYK 0.02 0.51 0 0.49
HSL 298.18º 0.34% 0.38% -
HSV(B) 298.18º 0.51% 0.51% -
XYZ 14.76 9.87 22.25 -
YUV 90.66 150.2 154.63 -
System Red Green Blue C M Y K H S L
Decimal 128 64 130 0.02 0.51 0 0.49 298.18 0.34 0.38
Hex 80 40 82 2 33 0 31 12A 22 26
Octal 200 100 202 2 63 0 61 452 42 46
Binary 10000000 1000000 10000010 10 110011 0 110001 100101010 100010 100110

Color Harmonies of #804082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804082

Black with #804082

Text Example


Text Example

White with #804082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804082; }

 p { color: rgb(128,64,130); }

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

background-color css

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

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

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

border-color css

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

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

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