#883279

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

Shades of Dark Purple #883279

Tints of Dark Purple #883279

Color information

#883279 (or 0x883279) is unknown color: approx Dark Purple. HEX triplet: 88, 32 and 79. RGB value is (136,50,121). Sum of RGB (Red+Green+Blue) = 136+50+121=307 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.30% from 307); Green value is 50 (19.92% from 255 or 16.29% from 307); Blue value is 121 (47.66% from 255 or 39.41% from 307); Max value from RGB is 136 - color contains mainly: red. Hex color #883279 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883279 is #77CD86. Grayscale: #535353. Windows color (decimal): -7851399 or 7942792. OLE color: 7942792.

HSL color Cylindrical-coordinate representation of color #883279: hue angle of 310.47º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #883279 is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB13650121-
CMYK00.630.110.47
HSL310.47º46.24%36.47%-
HSV(B)310.47º63.24%53.33%-
XYZ14.758.919.03-
YUV83.81148.99165.23-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.30%
GREEN value IS 50 (19.92% from 255) = 16.29%
BLUE value IS 121 (47.66% from 255) = 39.41%
R=44.30%
G=16.29%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1365012100.630.110.47310.4746.2436.47
Hex88327903FB2F1362e24
Octal2106217107713574665644
Binary10001000110010111100101111111011101111100110110101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883279; }

 p { color: rgb(136,50,121); }

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

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

 a { background-color: rgb(136,50,121); }

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

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

 span { border-color: rgb(136,50,121); }

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