Html Css Color HEX #97088E Dark Magenta

📋 copy color: '#97088E'

red 151 ◦ green 8 ◦ blue 142

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

Shades of Dark Magenta #97088E

Tints of Dark Magenta #97088E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.66%

 BLUE value IS 142 (55.86% from 255) = 47.18%

R = 50.17%
G = 2.66%
B = 47.18%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#97088E (or 0x97088E) is known color: Dark Magenta. HEX triplet: 97, 08 and 8E. RGB value is (151,8,142). Sum of RGB (Red+Green+Blue) = 151+8+142=301 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.17% from 301); Green value is 8 (3.52% from 255 or 2.66% from 301); Blue value is 142 (55.86% from 255 or 47.18% from 301); Max value from RGB is 151 - color contains mainly: red. Hex color #97088E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #97088E is #68F771. Grayscale: #414141. Windows color (decimal): -6879090 or 9308311. OLE color: 9308311.

HSL color Cylindrical-coordinate representation of color #97088E: hue angle of 303.78º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #97088E is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 8 142 -
CMYK 0 0.95 0.06 0.41
HSL 303.78º 0.9% 0.31% -
HSV(B) 303.78º 0.95% 0.59% -
XYZ 17.73 8.71 26.34 -
YUV 66.03 170.88 188.6 -
System Red Green Blue C M Y K H S L
Decimal 151 8 142 0 0.95 0.06 0.41 303.78 0.9 0.31
Hex 97 8 8E 0 5F 6 29 130 5A 1F
Octal 227 10 216 0 137 6 51 460 132 37
Binary 10010111 1000 10001110 0 1011111 110 101001 100110000 1011010 11111

Color Harmonies of #97088E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97088E

Black with #97088E

Text Example


Text Example

White with #97088E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97088E; }

 p { color: rgb(151,8,142); }

 H1.HeaderClassName
 {
   color: #97088E;
 }
 .AnyTagClassName
 {
   color: #97088E;
 }
</style>

background-color css

<style>
 a { background-color: #97088E; }

 a { background-color: rgb(151,8,142); }

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

border-color css

<style>
 span { border-color: #97088E; }

 span { border-color: rgb(151,8,142); }

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