#883781

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

Shades of Dark Purple #883781

Tints of Dark Purple #883781

Color information

#883781 (or 0x883781) is unknown color: approx Dark Purple. HEX triplet: 88, 37 and 81. RGB value is (136,55,129). Sum of RGB (Red+Green+Blue) = 136+55+129=320 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.5% from 320); Green value is 55 (21.88% from 255 or 17.19% from 320); Blue value is 129 (50.78% from 255 or 40.31% from 320); Max value from RGB is 136 - color contains mainly: red. Hex color #883781 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883781 is #77C87E. Grayscale: #575757. Windows color (decimal): -7850111 or 8468360. OLE color: 8468360.

HSL color Cylindrical-coordinate representation of color #883781: hue angle of 305.19º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #883781 is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB13655129-
CMYK00.600.050.47
HSL305.19º42.41%37.45%-
HSV(B)305.19º59.56%53.33%-
XYZ15.489.5521.8-
YUV87.66151.34162.48-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.5%
GREEN value IS 55 (21.88% from 255) = 17.19%
BLUE value IS 129 (50.78% from 255) = 40.31%
R=42.5%
G=17.19%
B=40.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1365512900.600.050.47305.1942.4137.45
Hex88378103C52F1312a25
Octal210672010745574615245
Binary10001000110111100000010111100101101111100110001101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883781; }

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

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

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

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

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

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

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

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