Html Css Color HEX #97008B Dark Magenta

📋 copy color: '#97008B'

red 151 ◦ green 0 ◦ blue 139

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

Shades of Dark Magenta #97008B

Tints of Dark Magenta #97008B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 139 (54.69% from 255) = 47.93%

R = 52.07%
G = 0%
B = 47.93%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#97008B (or 0x97008B) is known color: Dark Magenta. HEX triplet: 97, 00 and 8B. RGB value is (151,0,139). Sum of RGB (Red+Green+Blue) = 151+0+139=290 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.07% from 290); Green value is 0 (0.39% from 255 or 0% from 290); Blue value is 139 (54.69% from 255 or 47.93% from 290); Max value from RGB is 151 - color contains mainly: red. Hex color #97008B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #97008B is #68FF74. Grayscale: #3C3C3C. Windows color (decimal): -6881141 or 9109655. OLE color: 9109655.

HSL color Cylindrical-coordinate representation of color #97008B: hue angle of 304.77º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #97008B is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 0 139 -
CMYK 0 1 0.08 0.41
HSL 304.77º 1% 0.3% -
HSV(B) 304.77º 1% 0.59% -
XYZ 17.42 8.44 25.14 -
YUV 61 172.03 192.2 -
System Red Green Blue C M Y K H S L
Decimal 151 0 139 0 1 0.08 0.41 304.77 1 0.3
Hex 97 0 8B 0 64 8 29 131 64 1E
Octal 227 0 213 0 144 10 51 461 144 36
Binary 10010111 0 10001011 0 1100100 1000 101001 100110001 1100100 11110

Color Harmonies of #97008B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97008B

Black with #97008B

Text Example


Text Example

White with #97008B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,0,139); }

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

background-color css

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

 a { background-color: rgb(151,0,139); }

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

border-color css

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

 span { border-color: rgb(151,0,139); }

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