#883681

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

Shades of Dark Purple #883681

Tints of Dark Purple #883681

Color information

#883681 (or 0x883681) is unknown color: approx Dark Purple. HEX triplet: 88, 36 and 81. RGB value is (136,54,129). Sum of RGB (Red+Green+Blue) = 136+54+129=319 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.63% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 129 (50.78% from 255 or 40.44% from 319); Max value from RGB is 136 - color contains mainly: red. Hex color #883681 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883681 is #77C97E. Grayscale: #565656. Windows color (decimal): -7850367 or 8468104. OLE color: 8468104.

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

Color convert

RGB13654129-
CMYK00.600.050.47
HSL305.12º43.16%37.25%-
HSV(B)305.12º60.29%53.33%-
XYZ15.439.4621.78-
YUV87.07151.67162.9-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.63%
GREEN value IS 54 (21.48% from 255) = 16.93%
BLUE value IS 129 (50.78% from 255) = 40.44%
R=42.63%
G=16.93%
B=40.44%

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
Decimal1365412900.600.050.47305.1243.1637.25
Hex88368103C52F1312b25
Octal210662010745574615345
Binary10001000110110100000010111100101101111100110001101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883681; }

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

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

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

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

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

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

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

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