#801A8B

Color #801A8B Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #801A8B

Tints of Dark Purple #801A8B

Color information

#801A8B (or 0x801A8B) is unknown color: approx Dark Purple. HEX triplet: 80, 1A and 8B. RGB value is (128,26,139). Sum of RGB (Red+Green+Blue) = 128+26+139=293 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.69% from 293); Green value is 26 (10.55% from 255 or 8.87% from 293); Blue value is 139 (54.69% from 255 or 47.44% from 293); Max value from RGB is 139 - color contains mainly: blue. Hex color #801A8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #801A8B is #7FE574. Grayscale: #454545. Windows color (decimal): -8381813 or 9116288. OLE color: 9116288.

HSL color Cylindrical-coordinate representation of color #801A8B: hue angle of 294.16º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #801A8B is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12826139-
CMYK0.080.8100.45
HSL294.16º68.48%32.35%-
HSV(B)294.16º81.29%54.51%-
XYZ13.937.1925.08-
YUV69.38167.29169.81-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.69%
GREEN value IS 26 (10.55% from 255) = 8.87%
BLUE value IS 139 (54.69% from 255) = 47.44%
R=43.69%
G=8.87%
B=47.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal128261390.080.8100.45294.1668.4832.35
Hex801A8B85102D1264420
Octal200322131012105544610440
Binary1000000011010100010111000101000101011011001001101000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801A8B; }

 p { color: rgb(128,26,139); }

 H1.HeaderClassName
 {
   color: #801A8B;
 }
 .AnyTagClassName
 {
   color: #801A8B;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #801A8B;
 }
 .BgClassName
 {
   background-color: #801A8B;
 }
</style>
border-color css

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

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

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