Html Css Color HEX #970886 Dark Magenta

📋 copy color: '#970886'

red 151 ◦ green 8 ◦ blue 134

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

Shades of Dark Magenta #970886

Tints of Dark Magenta #970886

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.73%

 BLUE value IS 134 (52.73% from 255) = 45.73%

R = 51.54%
G = 2.73%
B = 45.73%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#970886 (or 0x970886) is known color: Dark Magenta. HEX triplet: 97, 08 and 86. RGB value is (151,8,134). Sum of RGB (Red+Green+Blue) = 151+8+134=293 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.54% from 293); Green value is 8 (3.52% from 255 or 2.73% from 293); Blue value is 134 (52.73% from 255 or 45.73% from 293); Max value from RGB is 151 - color contains mainly: red. Hex color #970886 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970886 is #68F779. Grayscale: #404040. Windows color (decimal): -6879098 or 8784023. OLE color: 8784023.

HSL color Cylindrical-coordinate representation of color #970886: hue angle of 307.13º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #970886 is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 8 134 -
CMYK 0 0.95 0.11 0.41
HSL 307.13º 0.9% 0.31% -
HSV(B) 307.13º 0.95% 0.59% -
XYZ 17.15 8.47 23.29 -
YUV 65.12 166.88 189.25 -
System Red Green Blue C M Y K H S L
Decimal 151 8 134 0 0.95 0.11 0.41 307.13 0.9 0.31
Hex 97 8 86 0 5F B 29 133 5A 1F
Octal 227 10 206 0 137 13 51 463 132 37
Binary 10010111 1000 10000110 0 1011111 1011 101001 100110011 1011010 11111

Color Harmonies of #970886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970886

Black with #970886

Text Example


Text Example

White with #970886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970886; }

 p { color: rgb(151,8,134); }

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

background-color css

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

 a { background-color: rgb(151,8,134); }

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

border-color css

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

 span { border-color: rgb(151,8,134); }

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