#883782

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

Shades of Dark Purple #883782

Tints of Dark Purple #883782

Color information

#883782 (or 0x883782) is unknown color: approx Dark Purple. HEX triplet: 88, 37 and 82. RGB value is (136,55,130). Sum of RGB (Red+Green+Blue) = 136+55+130=321 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.37% from 321); Green value is 55 (21.88% from 255 or 17.13% from 321); Blue value is 130 (51.17% from 255 or 40.50% from 321); Max value from RGB is 136 - color contains mainly: red. Hex color #883782 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883782 is #77C87D. Grayscale: #575757. Windows color (decimal): -7850110 or 8533896. OLE color: 8533896.

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

Color convert

RGB13655130-
CMYK00.600.040.47
HSL304.44º42.41%37.45%-
HSV(B)304.44º59.56%53.33%-
XYZ15.559.5822.15-
YUV87.77151.84162.4-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.37%
GREEN value IS 55 (21.88% from 255) = 17.13%
BLUE value IS 130 (51.17% from 255) = 40.50%
R=42.37%
G=17.13%
B=40.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1365513000.600.040.47304.4442.4137.45
Hex88378203C42F1302a25
Octal210672020744574605245
Binary10001000110111100000100111100100101111100110000101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883782; }

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

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

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

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

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

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

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

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