Html Css Color HEX #97059B Dark Magenta

📋 copy color: '#97059B'

red 151 ◦ green 5 ◦ blue 155

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

Shades of Dark Magenta #97059B

Tints of Dark Magenta #97059B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.61%

 BLUE value IS 155 (60.94% from 255) = 49.84%

R = 48.55%
G = 1.61%
B = 49.84%

CMYK

 C value IS 0.03

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#97059B (or 0x97059B) is known color: Dark Magenta. HEX triplet: 97, 05 and 9B. RGB value is (151,5,155). Sum of RGB (Red+Green+Blue) = 151+5+155=311 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.55% from 311); Green value is 5 (2.34% from 255 or 1.61% from 311); Blue value is 155 (60.94% from 255 or 49.84% from 311); Max value from RGB is 155 - color contains mainly: blue. Hex color #97059B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #97059B is #68FA64. Grayscale: #414141. Windows color (decimal): -6879845 or 10159511. OLE color: 10159511.

HSL color Cylindrical-coordinate representation of color #97059B: hue angle of 298.4º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #97059B is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 151 5 155 -
CMYK 0.03 0.97 0 0.39
HSL 298.4º 0.94% 0.31% -
HSV(B) 298.4º 0.97% 0.61% -
XYZ 18.73 9.05 31.77 -
YUV 65.75 178.37 188.8 -
System Red Green Blue C M Y K H S L
Decimal 151 5 155 0.03 0.97 0 0.39 298.4 0.94 0.31
Hex 97 5 9B 3 61 0 27 12A 5E 1F
Octal 227 5 233 3 141 0 47 452 136 37
Binary 10010111 101 10011011 11 1100001 0 100111 100101010 1011110 11111

Color Harmonies of #97059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97059B

Black with #97059B

Text Example


Text Example

White with #97059B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97059B; }

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

 H1.HeaderClassName
 {
   color: #97059B;
 }
 .AnyTagClassName
 {
   color: #97059B;
 }
</style>

background-color css

<style>
 a { background-color: #97059B; }

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

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

border-color css

<style>
 span { border-color: #97059B; }

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

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