#8C3385

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

Shades of Dark Purple #8C3385

Tints of Dark Purple #8C3385

Color information

#8C3385 (or 0x8C3385) is unknown color: approx Dark Purple. HEX triplet: 8C, 33 and 85. RGB value is (140,51,133). Sum of RGB (Red+Green+Blue) = 140+51+133=324 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.21% from 324); Green value is 51 (20.31% from 255 or 15.74% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3385 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3385 is #73CC7A. Grayscale: #565656. Windows color (decimal): -7588987 or 8729484. OLE color: 8729484.

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

Color convert

RGB14051133-
CMYK00.640.050.45
HSL304.72º46.6%37.45%-
HSV(B)304.72º63.57%54.9%-
XYZ16.239.6423.19-
YUV86.96153.99165.83-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 43.21%
GREEN value IS 51 (20.31% from 255) = 15.74%
BLUE value IS 133 (52.34% from 255) = 41.05%
R=43.21%
G=15.74%
B=41.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1405113300.640.050.45304.7246.637.45
Hex8C338504052D1312f25
Octal2146320501005554615745
Binary100011001100111000010101000000101101101100110001101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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