#883084

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

Shades of Dark Purple #883084

Tints of Dark Purple #883084

Color information

#883084 (or 0x883084) is unknown color: approx Dark Purple. HEX triplet: 88, 30 and 84. RGB value is (136,48,132). Sum of RGB (Red+Green+Blue) = 136+48+132=316 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.04% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 132 (51.95% from 255 or 41.77% from 316); Max value from RGB is 136 - color contains mainly: red. Hex color #883084 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883084 is #77CF7B. Grayscale: #535353. Windows color (decimal): -7851900 or 8663176. OLE color: 8663176.

HSL color Cylindrical-coordinate representation of color #883084: hue angle of 302.73º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #883084 is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB13648132-
CMYK00.650.030.47
HSL302.73º47.83%36.08%-
HSV(B)302.73º64.71%53.33%-
XYZ15.389.0122.76-
YUV83.89155.15165.17-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.04%
GREEN value IS 48 (19.14% from 255) = 15.19%
BLUE value IS 132 (51.95% from 255) = 41.77%
R=43.04%
G=15.19%
B=41.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1364813200.650.030.47302.7347.8336.08
Hex88308404132F12f3024
Octal2106020401013574576044
Binary10001000110000100001000100000111101111100101111110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883084; }

 p { color: rgb(136,48,132); }

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

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

 a { background-color: rgb(136,48,132); }

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

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

 span { border-color: rgb(136,48,132); }

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