#8C3085

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

Shades of Dark Purple #8C3085

Tints of Dark Purple #8C3085

Color information

#8C3085 (or 0x8C3085) is unknown color: approx Dark Purple. HEX triplet: 8C, 30 and 85. RGB value is (140,48,133). Sum of RGB (Red+Green+Blue) = 140+48+133=321 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.61% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 133 (52.34% from 255 or 41.43% from 321); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3085 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3085 is #73CF7A. Grayscale: #545454. Windows color (decimal): -7589755 or 8728716. OLE color: 8728716.

HSL color Cylindrical-coordinate representation of color #8C3085: hue angle of 304.57º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8C3085 is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.45.

Color convert

RGB14048133-
CMYK00.660.050.45
HSL304.57º48.94%36.86%-
HSV(B)304.57º65.71%54.9%-
XYZ16.119.3823.15-
YUV85.2154.98167.09-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 43.61%
GREEN value IS 48 (19.14% from 255) = 14.95%
BLUE value IS 133 (52.34% from 255) = 41.43%
R=43.61%
G=14.95%
B=41.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1404813300.660.050.45304.5748.9436.86
Hex8C308504252D1313125
Octal2146020501025554616145
Binary100011001100001000010101000010101101101100110001110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C3085; }

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

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

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

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

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

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

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

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