#8C227B

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

Shades of Dark Purple #8C227B

Tints of Dark Purple #8C227B

Color information

#8C227B (or 0x8C227B) is unknown color: approx Dark Purple. HEX triplet: 8C, 22 and 7B. RGB value is (140,34,123). Sum of RGB (Red+Green+Blue) = 140+34+123=297 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.14% from 297); Green value is 34 (13.67% from 255 or 11.45% from 297); Blue value is 123 (48.44% from 255 or 41.41% from 297); Max value from RGB is 140 - color contains mainly: red. Hex color #8C227B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C227B is #73DD84. Grayscale: #4B4B4B. Windows color (decimal): -7593349 or 8069772. OLE color: 8069772.

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

Color convert

RGB14034123-
CMYK00.760.120.45
HSL309.62º60.92%34.12%-
HSV(B)309.62º75.71%54.9%-
XYZ14.968.1519.52-
YUV75.84154.62173.76-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 47.14%
GREEN value IS 34 (13.67% from 255) = 11.45%
BLUE value IS 123 (48.44% from 255) = 41.41%
R=47.14%
G=11.45%
B=41.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1403412300.760.120.45309.6260.9234.12
Hex8C227B04CC2D1363d22
Octal21442173011414554667542
Binary100011001000101111011010011001100101101100110110111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C227B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,34,123); }

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

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

 a { background-color: rgb(140,34,123); }

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

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

 span { border-color: rgb(140,34,123); }

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