Html Css Color HEX #970C8D Dark Magenta

📋 copy color: '#970C8D'

red 151 ◦ green 12 ◦ blue 141

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

Shades of Dark Magenta #970C8D

Tints of Dark Magenta #970C8D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.95%

 BLUE value IS 141 (55.47% from 255) = 46.38%

R = 49.67%
G = 3.95%
B = 46.38%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#970C8D (or 0x970C8D) is known color: Dark Magenta. HEX triplet: 97, 0C and 8D. RGB value is (151,12,141). Sum of RGB (Red+Green+Blue) = 151+12+141=304 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.67% from 304); Green value is 12 (5.08% from 255 or 3.95% from 304); Blue value is 141 (55.47% from 255 or 46.38% from 304); Max value from RGB is 151 - color contains mainly: red. Hex color #970C8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970C8D is #68F372. Grayscale: #434343. Windows color (decimal): -6878067 or 9243799. OLE color: 9243799.

HSL color Cylindrical-coordinate representation of color #970C8D: hue angle of 304.32º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #970C8D is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 12 141 -
CMYK 0 0.92 0.07 0.41
HSL 304.32º 0.85% 0.32% -
HSV(B) 304.32º 0.92% 0.59% -
XYZ 17.7 8.77 25.96 -
YUV 68.27 169.05 187.01 -
System Red Green Blue C M Y K H S L
Decimal 151 12 141 0 0.92 0.07 0.41 304.32 0.85 0.32
Hex 97 C 8D 0 5C 7 29 130 55 20
Octal 227 14 215 0 134 7 51 460 125 40
Binary 10010111 1100 10001101 0 1011100 111 101001 100110000 1010101 100000

Color Harmonies of #970C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970C8D

Black with #970C8D

Text Example


Text Example

White with #970C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,12,141); }

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

background-color css

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

 a { background-color: rgb(151,12,141); }

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

border-color css

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

 span { border-color: rgb(151,12,141); }

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