#880281

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

Shades of Purple #880281

Tints of Purple #880281

Color information

#880281 (or 0x880281) is unknown color: approx Purple. HEX triplet: 88, 02 and 81. RGB value is (136,2,129). Sum of RGB (Red+Green+Blue) = 136+2+129=267 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.94% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 129 (50.78% from 255 or 48.31% from 267); Max value from RGB is 136 - color contains mainly: red. Hex color #880281 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880281 is #77FD7E. Grayscale: #383838. Windows color (decimal): -7863679 or 8454792. OLE color: 8454792.

HSL color Cylindrical-coordinate representation of color #880281: hue angle of 303.13º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #880281 is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB1362129-
CMYK00.990.050.47
HSL303.13º97.1%27.06%-
HSV(B)303.13º98.53%53.33%-
XYZ14.146.8621.35-
YUV56.54168.89184.67-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.94%
GREEN value IS 2 (1.17% from 255) = 0.75%
BLUE value IS 129 (50.78% from 255) = 48.31%
R=50.94%
G=0.75%
B=48.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136212900.990.050.47303.1397.127.06
Hex8828106352F12f611b
Octal2102201014355745714133
Binary10001000101000000101100011101101111100101111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880281; }

 p { color: rgb(136,2,129); }

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

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

 a { background-color: rgb(136,2,129); }

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

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

 span { border-color: rgb(136,2,129); }

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