#8C228B

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

Shades of Dark Purple #8C228B

Tints of Dark Purple #8C228B

Color information

#8C228B (or 0x8C228B) is unknown color: approx Dark Purple. HEX triplet: 8C, 22 and 8B. RGB value is (140,34,139). Sum of RGB (Red+Green+Blue) = 140+34+139=313 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.73% from 313); Green value is 34 (13.67% from 255 or 10.86% from 313); Blue value is 139 (54.69% from 255 or 44.41% from 313); Max value from RGB is 140 - color contains mainly: red. Hex color #8C228B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C228B is #73DD74. Grayscale: #4D4D4D. Windows color (decimal): -7593333 or 9118348. OLE color: 9118348.

HSL color Cylindrical-coordinate representation of color #8C228B: hue angle of 300.57º 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 #8C228B is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB14034139-
CMYK00.760.010.45
HSL300.57º60.92%34.12%-
HSV(B)300.57º75.71%54.9%-
XYZ16.058.5825.24-
YUV77.66162.62172.46-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.73%
GREEN value IS 34 (13.67% from 255) = 10.86%
BLUE value IS 139 (54.69% from 255) = 44.41%
R=44.73%
G=10.86%
B=44.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1403413900.760.010.45300.5760.9234.12
Hex8C228B04C12D12d3d22
Octal2144221301141554557542
Binary1000110010001010001011010011001101101100101101111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C228B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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