#883981

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

Shades of Dark Purple #883981

Tints of Dark Purple #883981

Color information

#883981 (or 0x883981) is unknown color: approx Dark Purple. HEX triplet: 88, 39 and 81. RGB value is (136,57,129). Sum of RGB (Red+Green+Blue) = 136+57+129=322 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.24% from 322); Green value is 57 (22.66% from 255 or 17.70% from 322); Blue value is 129 (50.78% from 255 or 40.06% from 322); Max value from RGB is 136 - color contains mainly: red. Hex color #883981 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883981 is #77C67E. Grayscale: #585858. Windows color (decimal): -7849599 or 8468872. OLE color: 8468872.

HSL color Cylindrical-coordinate representation of color #883981: hue angle of 305.32º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #883981 is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB13657129-
CMYK00.580.050.47
HSL305.32º40.93%37.84%-
HSV(B)305.32º58.09%53.33%-
XYZ15.589.7521.83-
YUV88.83150.67161.65-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.24%
GREEN value IS 57 (22.66% from 255) = 17.70%
BLUE value IS 129 (50.78% from 255) = 40.06%
R=42.24%
G=17.70%
B=40.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1365712900.580.050.47305.3240.9337.84
Hex88398103A52F1312926
Octal210712010725574615146
Binary10001000111001100000010111010101101111100110001101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883981; }

 p { color: rgb(136,57,129); }

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

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

 a { background-color: rgb(136,57,129); }

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

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

 span { border-color: rgb(136,57,129); }

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