Html Css Color HEX #97018C Dark Magenta

📋 copy color: '#97018C'

red 151 ◦ green 1 ◦ blue 140

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

Shades of Dark Magenta #97018C

Tints of Dark Magenta #97018C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 47.95%

R = 51.71%
G = 0.34%
B = 47.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#97018C (or 0x97018C) is known color: Dark Magenta. HEX triplet: 97, 01 and 8C. RGB value is (151,1,140). Sum of RGB (Red+Green+Blue) = 151+1+140=292 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.71% from 292); Green value is 1 (0.78% from 255 or 0.34% from 292); Blue value is 140 (55.08% from 255 or 47.95% from 292); Max value from RGB is 151 - color contains mainly: red. Hex color #97018C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #97018C is #68FE73. Grayscale: #3D3D3D. Windows color (decimal): -6880884 or 9175447. OLE color: 9175447.

HSL color Cylindrical-coordinate representation of color #97018C: hue angle of 304.4º 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 #97018C is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 1 140 -
CMYK 0 0.99 0.07 0.41
HSL 304.4º 0.99% 0.3% -
HSV(B) 304.4º 0.99% 0.59% -
XYZ 17.51 8.49 25.53 -
YUV 61.7 172.2 191.7 -
System Red Green Blue C M Y K H S L
Decimal 151 1 140 0 0.99 0.07 0.41 304.4 0.99 0.3
Hex 97 1 8C 0 63 7 29 130 63 1E
Octal 227 1 214 0 143 7 51 460 143 36
Binary 10010111 1 10001100 0 1100011 111 101001 100110000 1100011 11110

Color Harmonies of #97018C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97018C

Black with #97018C

Text Example


Text Example

White with #97018C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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