#971A9B

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

Shades of Dark Magenta #971A9B

Tints of Dark Magenta #971A9B

Color information

#971A9B (or 0x971A9B) is unknown color: approx Dark Magenta. HEX triplet: 97, 1A and 9B. RGB value is (151,26,155). Sum of RGB (Red+Green+Blue) = 151+26+155=332 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.48% from 332); Green value is 26 (10.55% from 255 or 7.83% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 155 - color contains mainly: blue. Hex color #971A9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #971A9B is #68E564. Grayscale: #4D4D4D. Windows color (decimal): -6874469 or 10164887. OLE color: 10164887.

HSL color Cylindrical-coordinate representation of color #971A9B: hue angle of 298.14º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #971A9B is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15126155-
CMYK0.030.8300.39
HSL298.14º71.27%35.49%-
HSV(B)298.14º83.23%60.78%-
XYZ19.059.6831.88-
YUV78.08171.41180.01-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.48%
GREEN value IS 26 (10.55% from 255) = 7.83%
BLUE value IS 155 (60.94% from 255) = 46.69%
R=45.48%
G=7.83%
B=46.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal151261550.030.8300.39298.1471.2735.49
Hex971A9B35302712a4723
Octal22732233312304745210743
Binary10010111110101001101111101001101001111001010101000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971A9B; }

 p { color: rgb(151,26,155); }

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

<style>
 a { background-color: #971A9B; }

 a { background-color: rgb(151,26,155); }

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

<style>
 span { border-color: #971A9B; }

 span { border-color: rgb(151,26,155); }

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