Html Css Color HEX #801982 Dark Purple

📋 copy color: '#801982'

red 128 ◦ green 25 ◦ blue 130

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

Shades of Dark Purple #801982

Tints of Dark Purple #801982

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.83%

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

R = 45.23%
G = 8.83%
B = 45.94%

CMYK

 C value IS 0.02

 M value IS 0.81

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#801982 (or 0x801982) is known color: Dark Purple. HEX triplet: 80, 19 and 82. RGB value is (128,25,130). Sum of RGB (Red+Green+Blue) = 128+25+130=283 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.23% from 283); Green value is 25 (10.16% from 255 or 8.83% from 283); Blue value is 130 (51.17% from 255 or 45.94% from 283); Max value from RGB is 130 - color contains mainly: blue. Hex color #801982 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801982 is #7FE67D. Grayscale: #434343. Windows color (decimal): -8382078 or 8526208. OLE color: 8526208.

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

Color convert

RGB 128 25 130 -
CMYK 0.02 0.81 0 0.49
HSL 298.86º 0.68% 0.3% -
HSV(B) 298.86º 0.81% 0.51% -
XYZ 13.28 6.9 21.75 -
YUV 67.77 163.12 170.96 -
System Red Green Blue C M Y K H S L
Decimal 128 25 130 0.02 0.81 0 0.49 298.86 0.68 0.3
Hex 80 19 82 2 51 0 31 12B 44 1E
Octal 200 31 202 2 121 0 61 453 104 36
Binary 10000000 11001 10000010 10 1010001 0 110001 100101011 1000100 11110

Color Harmonies of #801982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801982

Black with #801982

Text Example


Text Example

White with #801982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801982; }

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

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

background-color css

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

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

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

border-color css

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

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

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