#883481

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

Shades of Dark Purple #883481

Tints of Dark Purple #883481

Color information

#883481 (or 0x883481) is unknown color: approx Dark Purple. HEX triplet: 88, 34 and 81. RGB value is (136,52,129). Sum of RGB (Red+Green+Blue) = 136+52+129=317 (41% of max value = 765). Red value is 136 (53.52% from 255 or 42.90% from 317); Green value is 52 (20.70% from 255 or 16.40% from 317); Blue value is 129 (50.78% from 255 or 40.69% from 317); Max value from RGB is 136 - color contains mainly: red. Hex color #883481 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883481 is #77CB7E. Grayscale: #555555. Windows color (decimal): -7850879 or 8467592. OLE color: 8467592.

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

Color convert

RGB13652129-
CMYK00.620.050.47
HSL305º44.68%36.86%-
HSV(B)305º61.76%53.33%-
XYZ15.349.2821.75-
YUV85.89152.33163.74-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.90%
GREEN value IS 52 (20.70% from 255) = 16.40%
BLUE value IS 129 (50.78% from 255) = 40.69%
R=42.90%
G=16.40%
B=40.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1365212900.620.050.4730544.6836.86
Hex88348103E52F1312d25
Octal210642010765574615545
Binary10001000110100100000010111110101101111100110001101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883481; }

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

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

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

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

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

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

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

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