#8A117E

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

Shades of Dark Purple #8A117E

Tints of Dark Purple #8A117E

Color information

#8A117E (or 0x8A117E) is unknown color: approx Dark Purple. HEX triplet: 8A, 11 and 7E. RGB value is (138,17,126). Sum of RGB (Red+Green+Blue) = 138+17+126=281 (37% of max value = 765). Red value is 138 (54.30% from 255 or 49.11% from 281); Green value is 17 (7.03% from 255 or 6.05% from 281); Blue value is 126 (49.61% from 255 or 44.84% from 281); Max value from RGB is 138 - color contains mainly: red. Hex color #8A117E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A117E is #75EE81. Grayscale: #414141. Windows color (decimal): -7728770 or 8262026. OLE color: 8262026.

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

Color convert

RGB13817126-
CMYK00.880.090.46
HSL305.95º78.06%30.39%-
HSV(B)305.95º87.68%54.12%-
XYZ14.457.3120.39-
YUV65.6162.09179.64-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 49.11%
GREEN value IS 17 (7.03% from 255) = 6.05%
BLUE value IS 126 (49.61% from 255) = 44.84%
R=49.11%
G=6.05%
B=44.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381712600.880.090.46305.9578.0630.39
Hex8A117E05892E1324e1e
Octal212211760130115646211636
Binary10001010100011111110010110001001101110100110010100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A117E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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