#8A157B

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

Shades of Dark Purple #8A157B

Tints of Dark Purple #8A157B

Color information

#8A157B (or 0x8A157B) is unknown color: approx Dark Purple. HEX triplet: 8A, 15 and 7B. RGB value is (138,21,123). Sum of RGB (Red+Green+Blue) = 138+21+123=282 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.94% from 282); Green value is 21 (8.59% from 255 or 7.45% from 282); Blue value is 123 (48.44% from 255 or 43.62% from 282); Max value from RGB is 138 - color contains mainly: red. Hex color #8A157B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A157B is #75EA84. Grayscale: #434343. Windows color (decimal): -7727749 or 8066442. OLE color: 8066442.

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

Color convert

RGB13821123-
CMYK00.850.110.46
HSL307.69º73.58%31.18%-
HSV(B)307.69º84.78%54.12%-
XYZ14.327.3719.41-
YUV67.61159.26178.21-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 48.94%
GREEN value IS 21 (8.59% from 255) = 7.45%
BLUE value IS 123 (48.44% from 255) = 43.62%
R=48.94%
G=7.45%
B=43.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.11
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1382112300.850.110.46307.6973.5831.18
Hex8A157B055B2E1344a1f
Octal212251730125135646411237
Binary10001010101011111011010101011011101110100110100100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A157B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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