#8A0195

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

Shades of Dark Magenta #8A0195

Tints of Dark Magenta #8A0195

Color information

#8A0195 (or 0x8A0195) is unknown color: approx Dark Magenta. HEX triplet: 8A, 01 and 95. RGB value is (138,1,149). Sum of RGB (Red+Green+Blue) = 138+1+149=288 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.92% from 288); Green value is 1 (0.78% from 255 or 0.35% from 288); Blue value is 149 (58.59% from 255 or 51.74% from 288); Max value from RGB is 149 - color contains mainly: blue. Hex color #8A0195 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A0195 is #75FE6A. Grayscale: #3A3A3A. Windows color (decimal): -7732843 or 9765258. OLE color: 9765258.

HSL color Cylindrical-coordinate representation of color #8A0195: hue angle of 295.54º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8A0195 is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1381149-
CMYK0.070.9900.42
HSL295.54º98.67%29.41%-
HSV(B)295.54º99.33%58.43%-
XYZ15.927.5929.06-
YUV58.84178.89184.47-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 47.92%
GREEN value IS 1 (0.78% from 255) = 0.35%
BLUE value IS 149 (58.59% from 255) = 51.74%
R=47.92%
G=0.35%
B=51.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal13811490.070.9900.42295.5498.6729.41
Hex8A19576302A128631d
Octal2121225714305245014335
Binary1000101011001010111111000110101010100101000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,1,149); }

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

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

 a { background-color: rgb(138,1,149); }

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

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

 span { border-color: rgb(138,1,149); }

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