#800C8A

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

Shades of Purple #800C8A

Tints of Purple #800C8A

Color information

#800C8A (or 0x800C8A) is unknown color: approx Purple. HEX triplet: 80, 0C and 8A. RGB value is (128,12,138). Sum of RGB (Red+Green+Blue) = 128+12+138=278 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.04% from 278); Green value is 12 (5.08% from 255 or 4.32% from 278); Blue value is 138 (54.30% from 255 or 49.64% from 278); Max value from RGB is 138 - color contains mainly: blue. Hex color #800C8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800C8A is #7FF375. Grayscale: #3C3C3C. Windows color (decimal): -8385398 or 9047168. OLE color: 9047168.

HSL color Cylindrical-coordinate representation of color #800C8A: hue angle of 295.24º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #800C8A is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12812138-
CMYK0.070.9100.46
HSL295.24º84%29.41%-
HSV(B)295.24º91.3%54.12%-
XYZ13.626.6924.62-
YUV61.05171.43175.75-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.04%
GREEN value IS 12 (5.08% from 255) = 4.32%
BLUE value IS 138 (54.30% from 255) = 49.64%
R=46.04%
G=4.32%
B=49.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal128121380.070.9100.46295.248429.41
Hex80C8A75B02E127541d
Octal20014212713305644712435
Binary1000000011001000101011110110110101110100100111101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800C8A; }

 p { color: rgb(128,12,138); }

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

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

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

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

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

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

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