Html Css Color HEX #970B8D Dark Magenta

📋 copy color: '#970B8D'

red 151 ◦ green 11 ◦ blue 141

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

Shades of Dark Magenta #970B8D

Tints of Dark Magenta #970B8D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.63%

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

R = 49.83%
G = 3.63%
B = 46.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#970B8D (or 0x970B8D) is known color: Dark Magenta. HEX triplet: 97, 0B and 8D. RGB value is (151,11,141). Sum of RGB (Red+Green+Blue) = 151+11+141=303 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.83% from 303); Green value is 11 (4.69% from 255 or 3.63% from 303); Blue value is 141 (55.47% from 255 or 46.53% from 303); Max value from RGB is 151 - color contains mainly: red. Hex color #970B8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970B8D is #68F472. Grayscale: #434343. Windows color (decimal): -6878323 or 9243543. OLE color: 9243543.

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

Color convert

RGB 151 11 141 -
CMYK 0 0.93 0.07 0.41
HSL 304.29º 0.86% 0.32% -
HSV(B) 304.29º 0.93% 0.59% -
XYZ 17.69 8.74 25.95 -
YUV 67.68 169.38 187.43 -
System Red Green Blue C M Y K H S L
Decimal 151 11 141 0 0.93 0.07 0.41 304.29 0.86 0.32
Hex 97 B 8D 0 5D 7 29 130 56 20
Octal 227 13 215 0 135 7 51 460 126 40
Binary 10010111 1011 10001101 0 1011101 111 101001 100110000 1010110 100000

Color Harmonies of #970B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970B8D

Black with #970B8D

Text Example


Text Example

White with #970B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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