Html Css Color HEX #970B89 Dark Magenta

📋 copy color: '#970B89'

red 151 ◦ green 11 ◦ blue 137

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

Shades of Dark Magenta #970B89

Tints of Dark Magenta #970B89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 45.82%

R = 50.5%
G = 3.68%
B = 45.82%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#970B89 (or 0x970B89) is known color: Dark Magenta. HEX triplet: 97, 0B and 89. RGB value is (151,11,137). Sum of RGB (Red+Green+Blue) = 151+11+137=299 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.50% from 299); Green value is 11 (4.69% from 255 or 3.68% from 299); Blue value is 137 (53.91% from 255 or 45.82% from 299); Max value from RGB is 151 - color contains mainly: red. Hex color #970B89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970B89 is #68F476. Grayscale: #424242. Windows color (decimal): -6878327 or 8981399. OLE color: 8981399.

HSL color Cylindrical-coordinate representation of color #970B89: hue angle of 306º 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 #970B89 is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 11 137 -
CMYK 0 0.93 0.09 0.41
HSL 306º 0.86% 0.32% -
HSV(B) 306º 0.93% 0.59% -
XYZ 17.4 8.62 24.41 -
YUV 67.22 167.38 187.75 -
System Red Green Blue C M Y K H S L
Decimal 151 11 137 0 0.93 0.09 0.41 306 0.86 0.32
Hex 97 B 89 0 5D 9 29 132 56 20
Octal 227 13 211 0 135 11 51 462 126 40
Binary 10010111 1011 10001001 0 1011101 1001 101001 100110010 1010110 100000

Color Harmonies of #970B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970B89

Black with #970B89

Text Example


Text Example

White with #970B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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