#8A227B

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

Shades of Dark Purple #8A227B

Tints of Dark Purple #8A227B

Color information

#8A227B (or 0x8A227B) is unknown color: approx Dark Purple. HEX triplet: 8A, 22 and 7B. RGB value is (138,34,123). Sum of RGB (Red+Green+Blue) = 138+34+123=295 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.78% from 295); Green value is 34 (13.67% from 255 or 11.53% from 295); Blue value is 123 (48.44% from 255 or 41.69% from 295); Max value from RGB is 138 - color contains mainly: red. Hex color #8A227B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A227B is #75DD84. Grayscale: #4A4A4A. Windows color (decimal): -7724421 or 8069770. OLE color: 8069770.

HSL color Cylindrical-coordinate representation of color #8A227B: hue angle of 308.65º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8A227B is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB13834123-
CMYK00.750.110.46
HSL308.65º60.47%33.73%-
HSV(B)308.65º75.36%54.12%-
XYZ14.637.9819.51-
YUV75.24154.96172.76-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 46.78%
GREEN value IS 34 (13.67% from 255) = 11.53%
BLUE value IS 123 (48.44% from 255) = 41.69%
R=46.78%
G=11.53%
B=41.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.11
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1383412300.750.110.46308.6560.4733.73
Hex8A227B04BB2E1353c22
Octal21242173011313564657442
Binary100010101000101111011010010111011101110100110101111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A227B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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