#883480

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

Shades of Dark Purple #883480

Tints of Dark Purple #883480

Color information

#883480 (or 0x883480) is unknown color: approx Dark Purple. HEX triplet: 88, 34 and 80. RGB value is (136,52,128). Sum of RGB (Red+Green+Blue) = 136+52+128=316 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.04% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 128 (50.39% from 255 or 40.51% from 316); Max value from RGB is 136 - color contains mainly: red. Hex color #883480 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883480 is #77CB7F. Grayscale: #555555. Windows color (decimal): -7850880 or 8402056. OLE color: 8402056.

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

Color convert

RGB13652128-
CMYK00.620.060.47
HSL305.71º44.68%36.86%-
HSV(B)305.71º61.76%53.33%-
XYZ15.289.2521.4-
YUV85.78151.83163.82-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.04%
GREEN value IS 52 (20.70% from 255) = 16.46%
BLUE value IS 128 (50.39% from 255) = 40.51%
R=43.04%
G=16.46%
B=40.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1365212800.620.060.47305.7144.6836.86
Hex88348003E62F1322d25
Octal210642000766574625545
Binary10001000110100100000000111110110101111100110010101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883480; }

 p { color: rgb(136,52,128); }

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

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

 a { background-color: rgb(136,52,128); }

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

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

 span { border-color: rgb(136,52,128); }

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