Html Css Color HEX #97019A Dark Magenta

📋 copy color: '#97019A'

red 151 ◦ green 1 ◦ blue 154

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

Shades of Dark Magenta #97019A

Tints of Dark Magenta #97019A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 50.33%

R = 49.35%
G = 0.33%
B = 50.33%

CMYK

 C value IS 0.02

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#97019A (or 0x97019A) is known color: Dark Magenta. HEX triplet: 97, 01 and 9A. RGB value is (151,1,154). Sum of RGB (Red+Green+Blue) = 151+1+154=306 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.35% from 306); Green value is 1 (0.78% from 255 or 0.33% from 306); Blue value is 154 (60.55% from 255 or 50.33% from 306); Max value from RGB is 154 - color contains mainly: blue. Hex color #97019A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #97019A is #68FE65. Grayscale: #3E3E3E. Windows color (decimal): -6880870 or 10092951. OLE color: 10092951.

HSL color Cylindrical-coordinate representation of color #97019A: hue angle of 298.82º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #97019A is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 151 1 154 -
CMYK 0.02 0.99 0 0.40
HSL 298.82º 0.99% 0.3% -
HSV(B) 298.82º 0.99% 0.6% -
XYZ 18.61 8.93 31.32 -
YUV 63.29 179.2 190.56 -
System Red Green Blue C M Y K H S L
Decimal 151 1 154 0.02 0.99 0 0.40 298.82 0.99 0.3
Hex 97 1 9A 2 63 0 28 12B 63 1E
Octal 227 1 232 2 143 0 50 453 143 36
Binary 10010111 1 10011010 10 1100011 0 101000 100101011 1100011 11110

Color Harmonies of #97019A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97019A

Black with #97019A

Text Example


Text Example

White with #97019A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97019A; }

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

 H1.HeaderClassName
 {
   color: #97019A;
 }
 .AnyTagClassName
 {
   color: #97019A;
 }
</style>

background-color css

<style>
 a { background-color: #97019A; }

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

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

border-color css

<style>
 span { border-color: #97019A; }

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

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