Html Css Color HEX #97078D Dark Magenta

📋 copy color: '#97078D'

red 151 ◦ green 7 ◦ blue 141

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

Shades of Dark Magenta #97078D

Tints of Dark Magenta #97078D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.34%

 BLUE value IS 141 (55.47% from 255) = 47.16%

R = 50.5%
G = 2.34%
B = 47.16%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#97078D (or 0x97078D) is known color: Dark Magenta. HEX triplet: 97, 07 and 8D. RGB value is (151,7,141). Sum of RGB (Red+Green+Blue) = 151+7+141=299 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.50% from 299); Green value is 7 (3.12% from 255 or 2.34% from 299); Blue value is 141 (55.47% from 255 or 47.16% from 299); Max value from RGB is 151 - color contains mainly: red. Hex color #97078D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #97078D is #68F872. Grayscale: #404040. Windows color (decimal): -6879347 or 9242519. OLE color: 9242519.

HSL color Cylindrical-coordinate representation of color #97078D: hue angle of 304.17º degrees, saturation: 0.91, 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 #97078D is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 7 141 -
CMYK 0 0.95 0.07 0.41
HSL 304.17º 0.91% 0.31% -
HSV(B) 304.17º 0.95% 0.59% -
XYZ 17.65 8.65 25.94 -
YUV 65.33 170.71 189.1 -
System Red Green Blue C M Y K H S L
Decimal 151 7 141 0 0.95 0.07 0.41 304.17 0.91 0.31
Hex 97 7 8D 0 5F 7 29 130 5B 1F
Octal 227 7 215 0 137 7 51 460 133 37
Binary 10010111 111 10001101 0 1011111 111 101001 100110000 1011011 11111

Color Harmonies of #97078D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97078D

Black with #97078D

Text Example


Text Example

White with #97078D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97078D; }

 p { color: rgb(151,7,141); }

 H1.HeaderClassName
 {
   color: #97078D;
 }
 .AnyTagClassName
 {
   color: #97078D;
 }
</style>

background-color css

<style>
 a { background-color: #97078D; }

 a { background-color: rgb(151,7,141); }

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

border-color css

<style>
 span { border-color: #97078D; }

 span { border-color: rgb(151,7,141); }

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