Html Css Color HEX #97018F Dark Magenta

📋 copy color: '#97018F'

red 151 ◦ green 1 ◦ blue 143

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

Shades of Dark Magenta #97018F

Tints of Dark Magenta #97018F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

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

R = 51.19%
G = 0.34%
B = 48.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#97018F (or 0x97018F) is known color: Dark Magenta. HEX triplet: 97, 01 and 8F. RGB value is (151,1,143). Sum of RGB (Red+Green+Blue) = 151+1+143=295 (39% of max value = 765). Red value is 151 (59.38% from 255 or 51.19% from 295); Green value is 1 (0.78% from 255 or 0.34% from 295); Blue value is 143 (56.25% from 255 or 48.47% from 295); Max value from RGB is 151 - color contains mainly: red. Hex color #97018F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #97018F is #68FE70. Grayscale: #3D3D3D. Windows color (decimal): -6880881 or 9372055. OLE color: 9372055.

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

Color convert

RGB 151 1 143 -
CMYK 0 0.99 0.05 0.41
HSL 303.2º 0.99% 0.3% -
HSV(B) 303.2º 0.99% 0.59% -
XYZ 17.73 8.58 26.71 -
YUV 62.04 173.7 191.45 -
System Red Green Blue C M Y K H S L
Decimal 151 1 143 0 0.99 0.05 0.41 303.2 0.99 0.3
Hex 97 1 8F 0 63 5 29 12F 63 1E
Octal 227 1 217 0 143 5 51 457 143 36
Binary 10010111 1 10001111 0 1100011 101 101001 100101111 1100011 11110

Color Harmonies of #97018F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97018F

Black with #97018F

Text Example


Text Example

White with #97018F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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