#883085

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

Shades of Dark Purple #883085

Tints of Dark Purple #883085

Color information

#883085 (or 0x883085) is unknown color: approx Dark Purple. HEX triplet: 88, 30 and 85. RGB value is (136,48,133). Sum of RGB (Red+Green+Blue) = 136+48+133=317 (41% of max value = 765). Red value is 136 (53.52% from 255 or 42.90% from 317); Green value is 48 (19.14% from 255 or 15.14% from 317); Blue value is 133 (52.34% from 255 or 41.96% from 317); Max value from RGB is 136 - color contains mainly: red. Hex color #883085 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883085 is #77CF7A. Grayscale: #535353. Windows color (decimal): -7851899 or 8728712. OLE color: 8728712.

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

Color convert

RGB13648133-
CMYK00.650.020.47
HSL302.05º47.83%36.08%-
HSV(B)302.05º64.71%53.33%-
XYZ15.449.0423.12-
YUV84155.65165.09-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.90%
GREEN value IS 48 (19.14% from 255) = 15.14%
BLUE value IS 133 (52.34% from 255) = 41.96%
R=42.90%
G=15.14%
B=41.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1364813300.650.020.47302.0547.8336.08
Hex88308504122F12e3024
Octal2106020501012574566044
Binary10001000110000100001010100000110101111100101110110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883085; }

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

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

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

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

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

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

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

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