Html Css Color HEX #97008A Dark Magenta

📋 copy color: '#97008A'

red 151 ◦ green 0 ◦ blue 138

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

Shades of Dark Magenta #97008A

Tints of Dark Magenta #97008A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 47.75%

R = 52.25%
G = 0%
B = 47.75%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#97008A (or 0x97008A) is known color: Dark Magenta. HEX triplet: 97, 00 and 8A. RGB value is (151,0,138). Sum of RGB (Red+Green+Blue) = 151+0+138=289 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.25% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 138 (54.30% from 255 or 47.75% from 289); Max value from RGB is 151 - color contains mainly: red. Hex color #97008A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #97008A is #68FF75. Grayscale: #3C3C3C. Windows color (decimal): -6881142 or 9044119. OLE color: 9044119.

HSL color Cylindrical-coordinate representation of color #97008A: hue angle of 305.17º 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 #97008A is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 0 138 -
CMYK 0 1 0.09 0.41
HSL 305.17º 1% 0.3% -
HSV(B) 305.17º 1% 0.59% -
XYZ 17.35 8.41 24.75 -
YUV 60.88 171.53 192.28 -
System Red Green Blue C M Y K H S L
Decimal 151 0 138 0 1 0.09 0.41 305.17 1 0.3
Hex 97 0 8A 0 64 9 29 131 64 1E
Octal 227 0 212 0 144 11 51 461 144 36
Binary 10010111 0 10001010 0 1100100 1001 101001 100110001 1100100 11110

Color Harmonies of #97008A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97008A

Black with #97008A

Text Example


Text Example

White with #97008A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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