#883275

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

Shades of Dark Purple #883275

Tints of Dark Purple #883275

Color information

#883275 (or 0x883275) is unknown color: approx Dark Purple. HEX triplet: 88, 32 and 75. RGB value is (136,50,117). Sum of RGB (Red+Green+Blue) = 136+50+117=303 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.88% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 117 (46.09% from 255 or 38.61% from 303); Max value from RGB is 136 - color contains mainly: red. Hex color #883275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883275 is #77CD8A. Grayscale: #535353. Windows color (decimal): -7851403 or 7680648. OLE color: 7680648.

HSL color Cylindrical-coordinate representation of color #883275: hue angle of 313.26º 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 #883275 is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB13650117-
CMYK00.630.140.47
HSL313.26º46.24%36.47%-
HSV(B)313.26º63.24%53.33%-
XYZ14.58.817.76-
YUV83.35146.99165.55-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.88%
GREEN value IS 50 (19.92% from 255) = 16.50%
BLUE value IS 117 (46.09% from 255) = 38.61%
R=44.88%
G=16.50%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1365011700.630.140.47313.2646.2436.47
Hex88327503FE2F1392e24
Octal2106216507716574715644
Binary10001000110010111010101111111110101111100111001101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883275; }

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

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

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

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

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

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

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

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