#883379

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

Shades of Dark Purple #883379

Tints of Dark Purple #883379

Color information

#883379 (or 0x883379) is unknown color: approx Dark Purple. HEX triplet: 88, 33 and 79. RGB value is (136,51,121). Sum of RGB (Red+Green+Blue) = 136+51+121=308 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.16% from 308); Green value is 51 (20.31% from 255 or 16.56% from 308); Blue value is 121 (47.66% from 255 or 39.29% from 308); Max value from RGB is 136 - color contains mainly: red. Hex color #883379 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883379 is #77CC86. Grayscale: #545454. Windows color (decimal): -7851143 or 7943048. OLE color: 7943048.

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

Color convert

RGB13651121-
CMYK00.620.110.47
HSL310.59º45.45%36.67%-
HSV(B)310.59º62.5%53.33%-
XYZ14.798.9819.04-
YUV84.4148.66164.81-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.16%
GREEN value IS 51 (20.31% from 255) = 16.56%
BLUE value IS 121 (47.66% from 255) = 39.29%
R=44.16%
G=16.56%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1365112100.620.110.47310.5945.4536.67
Hex88337903EB2F1372d25
Octal2106317107613574675545
Binary10001000110011111100101111101011101111100110111101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883379; }

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

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

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

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

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

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

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

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