#8C367A

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

Shades of Dark Purple #8C367A

Tints of Dark Purple #8C367A

Color information

#8C367A (or 0x8C367A) is unknown color: approx Dark Purple. HEX triplet: 8C, 36 and 7A. RGB value is (140,54,122). Sum of RGB (Red+Green+Blue) = 140+54+122=316 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.30% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 122 (48.05% from 255 or 38.61% from 316); Max value from RGB is 140 - color contains mainly: red. Hex color #8C367A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C367A is #73C985. Grayscale: #575757. Windows color (decimal): -7588230 or 8009356. OLE color: 8009356.

HSL color Cylindrical-coordinate representation of color #8C367A: hue angle of 312.56º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8C367A is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB14054122-
CMYK00.610.130.45
HSL312.56º44.33%38.04%-
HSV(B)312.56º61.43%54.9%-
XYZ15.659.6219.44-
YUV87.47147.49165.47-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.30%
GREEN value IS 54 (21.48% from 255) = 17.09%
BLUE value IS 122 (48.05% from 255) = 38.61%
R=44.30%
G=17.09%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1405412200.610.130.45312.5644.3338.04
Hex8C367A03DD2D1392c26
Octal2146617207515554715446
Binary10001100110110111101001111011101101101100111001101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C367A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,54,122); }

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

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

 a { background-color: rgb(140,54,122); }

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

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

 span { border-color: rgb(140,54,122); }

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