#8A157F

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

Shades of Dark Purple #8A157F

Tints of Dark Purple #8A157F

Color information

#8A157F (or 0x8A157F) is unknown color: approx Dark Purple. HEX triplet: 8A, 15 and 7F. RGB value is (138,21,127). Sum of RGB (Red+Green+Blue) = 138+21+127=286 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.25% from 286); Green value is 21 (8.59% from 255 or 7.34% from 286); Blue value is 127 (50% from 255 or 44.41% from 286); Max value from RGB is 138 - color contains mainly: red. Hex color #8A157F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A157F is #75EA80. Grayscale: #434343. Windows color (decimal): -7727745 or 8328586. OLE color: 8328586.

HSL color Cylindrical-coordinate representation of color #8A157F: hue angle of 305.64º 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 #8A157F is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB13821127-
CMYK00.850.080.46
HSL305.64º73.58%31.18%-
HSV(B)305.64º84.78%54.12%-
XYZ14.587.4720.75-
YUV68.07161.26177.88-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 48.25%
GREEN value IS 21 (8.59% from 255) = 7.34%
BLUE value IS 127 (50% from 255) = 44.41%
R=48.25%
G=7.34%
B=44.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.08
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1382112700.850.080.46305.6473.5831.18
Hex8A157F05582E1324a1f
Octal212251770125105646211237
Binary10001010101011111111010101011000101110100110010100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A157F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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