#881283

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

Shades of Dark Purple #881283

Tints of Dark Purple #881283

Color information

#881283 (or 0x881283) is unknown color: approx Dark Purple. HEX triplet: 88, 12 and 83. RGB value is (136,18,131). Sum of RGB (Red+Green+Blue) = 136+18+131=285 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.72% from 285); Green value is 18 (7.42% from 255 or 6.32% from 285); Blue value is 131 (51.56% from 255 or 45.96% from 285); Max value from RGB is 136 - color contains mainly: red. Hex color #881283 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881283 is #77ED7C. Grayscale: #414141. Windows color (decimal): -7859581 or 8589960. OLE color: 8589960.

HSL color Cylindrical-coordinate representation of color #881283: hue angle of 302.54º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #881283 is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB13618131-
CMYK00.870.040.47
HSL302.54º76.62%30.2%-
HSV(B)302.54º86.76%53.33%-
XYZ14.477.3122.12-
YUV66.16164.59177.81-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.72%
GREEN value IS 18 (7.42% from 255) = 6.32%
BLUE value IS 131 (51.56% from 255) = 45.96%
R=47.72%
G=6.32%
B=45.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361813100.870.040.47302.5476.6230.2
Hex88128305742F12f4d1e
Octal21022203012745745711536
Binary10001000100101000001101010111100101111100101111100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881283; }

 p { color: rgb(136,18,131); }

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

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

 a { background-color: rgb(136,18,131); }

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

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

 span { border-color: rgb(136,18,131); }

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