Html Css Color HEX #970D9C Dark Magenta

📋 copy color: '#970D9C'

red 151 ◦ green 13 ◦ blue 156

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

Shades of Dark Magenta #970D9C

Tints of Dark Magenta #970D9C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.06%

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

R = 47.19%
G = 4.06%
B = 48.75%

CMYK

 C value IS 0.03

 M value IS 0.92

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#970D9C (or 0x970D9C) is known color: Dark Magenta. HEX triplet: 97, 0D and 9C. RGB value is (151,13,156). Sum of RGB (Red+Green+Blue) = 151+13+156=320 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.19% from 320); Green value is 13 (5.47% from 255 or 4.06% from 320); Blue value is 156 (61.33% from 255 or 48.75% from 320); Max value from RGB is 156 - color contains mainly: blue. Hex color #970D9C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970D9C is #68F263. Grayscale: #464646. Windows color (decimal): -6877796 or 10227095. OLE color: 10227095.

HSL color Cylindrical-coordinate representation of color #970D9C: hue angle of 297.9º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #970D9C is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 151 13 156 -
CMYK 0.03 0.92 0 0.39
HSL 297.9º 0.85% 0.33% -
HSV(B) 297.9º 0.92% 0.61% -
XYZ 18.91 9.27 32.24 -
YUV 70.56 176.22 185.37 -
System Red Green Blue C M Y K H S L
Decimal 151 13 156 0.03 0.92 0 0.39 297.9 0.85 0.33
Hex 97 D 9C 3 5C 0 27 12A 55 21
Octal 227 15 234 3 134 0 47 452 125 41
Binary 10010111 1101 10011100 11 1011100 0 100111 100101010 1010101 100001

Color Harmonies of #970D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970D9C

Black with #970D9C

Text Example


Text Example

White with #970D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970D9C; }

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

 H1.HeaderClassName
 {
   color: #970D9C;
 }
 .AnyTagClassName
 {
   color: #970D9C;
 }
</style>

background-color css

<style>
 a { background-color: #970D9C; }

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

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

border-color css

<style>
 span { border-color: #970D9C; }

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

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