Html Css Color HEX #97188F Dark Magenta

📋 copy color: '#97188F'

red 151 ◦ green 24 ◦ blue 143

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

Shades of Dark Magenta #97188F

Tints of Dark Magenta #97188F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.55%

 BLUE value IS 143 (56.25% from 255) = 44.97%

R = 47.48%
G = 7.55%
B = 44.97%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#97188F (or 0x97188F) is known color: Dark Magenta. HEX triplet: 97, 18 and 8F. RGB value is (151,24,143). Sum of RGB (Red+Green+Blue) = 151+24+143=318 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.48% from 318); Green value is 24 (9.77% from 255 or 7.55% from 318); Blue value is 143 (56.25% from 255 or 44.97% from 318); Max value from RGB is 151 - color contains mainly: red. Hex color #97188F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #97188F is #68E770. Grayscale: #4B4B4B. Windows color (decimal): -6874993 or 9377943. OLE color: 9377943.

HSL color Cylindrical-coordinate representation of color #97188F: hue angle of 303.78º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #97188F is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 24 143 -
CMYK 0 0.84 0.05 0.41
HSL 303.78º 0.73% 0.34% -
HSV(B) 303.78º 0.84% 0.59% -
XYZ 18.05 9.22 26.81 -
YUV 75.54 166.08 181.82 -
System Red Green Blue C M Y K H S L
Decimal 151 24 143 0 0.84 0.05 0.41 303.78 0.73 0.34
Hex 97 18 8F 0 54 5 29 130 49 22
Octal 227 30 217 0 124 5 51 460 111 42
Binary 10010111 11000 10001111 0 1010100 101 101001 100110000 1001001 100010

Color Harmonies of #97188F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97188F

Black with #97188F

Text Example


Text Example

White with #97188F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97188F; }

 p { color: rgb(151,24,143); }

 H1.HeaderClassName
 {
   color: #97188F;
 }
 .AnyTagClassName
 {
   color: #97188F;
 }
</style>

background-color css

<style>
 a { background-color: #97188F; }

 a { background-color: rgb(151,24,143); }

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

border-color css

<style>
 span { border-color: #97188F; }

 span { border-color: rgb(151,24,143); }

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