Html Css Color HEX #970F88 Dark Magenta

📋 copy color: '#970F88'

red 151 ◦ green 15 ◦ blue 136

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

Shades of Dark Magenta #970F88

Tints of Dark Magenta #970F88

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.97%

 BLUE value IS 136 (53.52% from 255) = 45.03%

R = 50%
G = 4.97%
B = 45.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.41

RGB Variations

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

Color information

#970F88 (or 0x970F88) is known color: Dark Magenta. HEX triplet: 97, 0F and 88. RGB value is (151,15,136). Sum of RGB (Red+Green+Blue) = 151+15+136=302 (40% of max value = 765). Red value is 151 (59.38% from 255 or 50% from 302); Green value is 15 (6.25% from 255 or 4.97% from 302); Blue value is 136 (53.52% from 255 or 45.03% from 302); Max value from RGB is 151 - color contains mainly: red. Hex color #970F88 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970F88 is #68F077. Grayscale: #454545. Windows color (decimal): -6877304 or 8916887. OLE color: 8916887.

HSL color Cylindrical-coordinate representation of color #970F88: hue angle of 306.62º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #970F88 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 15 136 -
CMYK 0 0.90 0.10 0.41
HSL 306.62º 0.82% 0.33% -
HSV(B) 306.62º 0.9% 0.59% -
XYZ 17.38 8.7 24.06 -
YUV 69.46 165.56 186.16 -
System Red Green Blue C M Y K H S L
Decimal 151 15 136 0 0.90 0.10 0.41 306.62 0.82 0.33
Hex 97 F 88 0 5A A 29 133 52 21
Octal 227 17 210 0 132 12 51 463 122 41
Binary 10010111 1111 10001000 0 1011010 1010 101001 100110011 1010010 100001

Color Harmonies of #970F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970F88

Black with #970F88

Text Example


Text Example

White with #970F88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,15,136); }

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

background-color css

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

 a { background-color: rgb(151,15,136); }

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

border-color css

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

 span { border-color: rgb(151,15,136); }

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