#883380

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

Shades of Dark Purple #883380

Tints of Dark Purple #883380

Color information

#883380 (or 0x883380) is unknown color: approx Dark Purple. HEX triplet: 88, 33 and 80. RGB value is (136,51,128). Sum of RGB (Red+Green+Blue) = 136+51+128=315 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.17% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 128 (50.39% from 255 or 40.63% from 315); Max value from RGB is 136 - color contains mainly: red. Hex color #883380 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883380 is #77CC7F. Grayscale: #545454. Windows color (decimal): -7851136 or 8401800. OLE color: 8401800.

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

Color convert

RGB13651128-
CMYK00.620.060.47
HSL305.65º45.45%36.67%-
HSV(B)305.65º62.5%53.33%-
XYZ15.239.1621.39-
YUV85.19152.16164.24-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.17%
GREEN value IS 51 (20.31% from 255) = 16.19%
BLUE value IS 128 (50.39% from 255) = 40.63%
R=43.17%
G=16.19%
B=40.63%

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
Decimal1365112800.620.060.47305.6545.4536.67
Hex88338003E62F1322d25
Octal210632000766574625545
Binary10001000110011100000000111110110101111100110010101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883380; }

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

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

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

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

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

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

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

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