#883D7B

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

Shades of Dark Purple #883D7B

Tints of Dark Purple #883D7B

Color information

#883D7B (or 0x883D7B) is unknown color: approx Dark Purple. HEX triplet: 88, 3D and 7B. RGB value is (136,61,123). Sum of RGB (Red+Green+Blue) = 136+61+123=320 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.5% from 320); Green value is 61 (24.22% from 255 or 19.06% from 320); Blue value is 123 (48.44% from 255 or 38.44% from 320); Max value from RGB is 136 - color contains mainly: red. Hex color #883D7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883D7B is #77C284. Grayscale: #5A5A5A. Windows color (decimal): -7848581 or 8076680. OLE color: 8076680.

HSL color Cylindrical-coordinate representation of color #883D7B: hue angle of 310.4º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #883D7B is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB13661123-
CMYK00.550.100.47
HSL310.4º38.07%38.63%-
HSV(B)310.4º55.15%53.33%-
XYZ15.41019.86-
YUV90.49146.35160.46-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.5%
GREEN value IS 61 (24.22% from 255) = 19.06%
BLUE value IS 123 (48.44% from 255) = 38.44%
R=42.5%
G=19.06%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1366112300.550.100.47310.438.0738.63
Hex883D7B037A2F1362627
Octal2107517306712574664647
Binary10001000111101111101101101111010101111100110110100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883D7B; }

 p { color: rgb(136,61,123); }

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

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

 a { background-color: rgb(136,61,123); }

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

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

 span { border-color: rgb(136,61,123); }

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