#8A1175

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

Shades of Dark Purple #8A1175

Tints of Dark Purple #8A1175

Color information

#8A1175 (or 0x8A1175) is unknown color: approx Dark Purple. HEX triplet: 8A, 11 and 75. RGB value is (138,17,117). Sum of RGB (Red+Green+Blue) = 138+17+117=272 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.74% from 272); Green value is 17 (7.03% from 255 or 6.25% from 272); Blue value is 117 (46.09% from 255 or 43.01% from 272); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1175 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A1175 is #75EE8A. Grayscale: #404040. Windows color (decimal): -7728779 or 7672202. OLE color: 7672202.

HSL color Cylindrical-coordinate representation of color #8A1175: hue angle of 310.41º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8A1175 is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB13817117-
CMYK00.880.150.46
HSL310.41º78.06%30.39%-
HSV(B)310.41º87.68%54.12%-
XYZ13.897.0917.47-
YUV64.58157.59180.37-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 50.74%
GREEN value IS 17 (7.03% from 255) = 6.25%
BLUE value IS 117 (46.09% from 255) = 43.01%
R=50.74%
G=6.25%
B=43.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381711700.880.150.46310.4178.0630.39
Hex8A1175058F2E1364e1e
Octal212211650130175646611636
Binary10001010100011110101010110001111101110100110110100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,17,117); }

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

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

 a { background-color: rgb(138,17,117); }

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

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

 span { border-color: rgb(138,17,117); }

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