Html Css Color HEX #97099C Dark Magenta

📋 copy color: '#97099C'

red 151 ◦ green 9 ◦ blue 156

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

Shades of Dark Magenta #97099C

Tints of Dark Magenta #97099C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.85%

 BLUE value IS 156 (61.33% from 255) = 49.37%

R = 47.78%
G = 2.85%
B = 49.37%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#97099C (or 0x97099C) is known color: Dark Magenta. HEX triplet: 97, 09 and 9C. RGB value is (151,9,156). Sum of RGB (Red+Green+Blue) = 151+9+156=316 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.78% from 316); Green value is 9 (3.91% from 255 or 2.85% from 316); Blue value is 156 (61.33% from 255 or 49.37% from 316); Max value from RGB is 156 - color contains mainly: blue. Hex color #97099C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #97099C is #68F663. Grayscale: #434343. Windows color (decimal): -6878820 or 10226071. OLE color: 10226071.

HSL color Cylindrical-coordinate representation of color #97099C: hue angle of 297.96º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #97099C is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 151 9 156 -
CMYK 0.03 0.94 0 0.39
HSL 297.96º 0.89% 0.32% -
HSV(B) 297.96º 0.94% 0.61% -
XYZ 18.86 9.17 32.23 -
YUV 68.22 177.54 187.05 -
System Red Green Blue C M Y K H S L
Decimal 151 9 156 0.03 0.94 0 0.39 297.96 0.89 0.32
Hex 97 9 9C 3 5E 0 27 12A 59 20
Octal 227 11 234 3 136 0 47 452 131 40
Binary 10010111 1001 10011100 11 1011110 0 100111 100101010 1011001 100000

Color Harmonies of #97099C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97099C

Black with #97099C

Text Example


Text Example

White with #97099C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,9,156); }

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

background-color css

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

 a { background-color: rgb(151,9,156); }

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

border-color css

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

 span { border-color: rgb(151,9,156); }

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