Html Css Color HEX #97128F Dark Magenta

📋 copy color: '#97128F'

red 151 ◦ green 18 ◦ blue 143

#97128F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #97128F

Tints of Dark Magenta #97128F

RGB

 RED value IS 151 (59.38% from 255) = 48.4%

 GREEN value IS 18 (7.42% from 255) = 5.77%

 BLUE value IS 143 (56.25% from 255) = 45.83%

R = 48.4%
G = 5.77%
B = 45.83%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#97128F (or 0x97128F) is known color: Dark Magenta. HEX triplet: 97, 12 and 8F. RGB value is (151,18,143). Sum of RGB (Red+Green+Blue) = 151+18+143=312 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.40% from 312); Green value is 18 (7.42% from 255 or 5.77% from 312); Blue value is 143 (56.25% from 255 or 45.83% from 312); Max value from RGB is 151 - color contains mainly: red. Hex color #97128F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #97128F is #68ED70. Grayscale: #474747. Windows color (decimal): -6876529 or 9376407. OLE color: 9376407.

HSL color Cylindrical-coordinate representation of color #97128F: hue angle of 303.61º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #97128F is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 18 143 -
CMYK 0 0.88 0.05 0.41
HSL 303.61º 0.79% 0.33% -
HSV(B) 303.61º 0.88% 0.59% -
XYZ 17.94 9 26.78 -
YUV 72.02 168.06 184.34 -
System Red Green Blue C M Y K H S L
Decimal 151 18 143 0 0.88 0.05 0.41 303.61 0.79 0.33
Hex 97 12 8F 0 58 5 29 130 4F 21
Octal 227 22 217 0 130 5 51 460 117 41
Binary 10010111 10010 10001111 0 1011000 101 101001 100110000 1001111 100001

Color Harmonies of #97128F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97128F

Black with #97128F

Text Example


Text Example

White with #97128F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97128F; }

 p { color: rgb(151,18,143); }

 H1.HeaderClassName
 {
   color: #97128F;
 }
 .AnyTagClassName
 {
   color: #97128F;
 }
</style>

background-color css

<style>
 a { background-color: #97128F; }

 a { background-color: rgb(151,18,143); }

 div.DivClassName
 {
   background-color: #97128F;
 }
 .BgClassName
 {
   background-color: #97128F;
 }
</style>

border-color css

<style>
 span { border-color: #97128F; }

 span { border-color: rgb(151,18,143); }

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