Html Css Color HEX #970888 Dark Magenta

📋 copy color: '#970888'

red 151 ◦ green 8 ◦ blue 136

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

Shades of Dark Magenta #970888

Tints of Dark Magenta #970888

RGB

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

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

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

R = 51.19%
G = 2.71%
B = 46.1%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.41

RGB Variations

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

Color information

#970888 (or 0x970888) is known color: Dark Magenta. HEX triplet: 97, 08 and 88. RGB value is (151,8,136). Sum of RGB (Red+Green+Blue) = 151+8+136=295 (39% of max value = 765). Red value is 151 (59.38% from 255 or 51.19% from 295); Green value is 8 (3.52% from 255 or 2.71% from 295); Blue value is 136 (53.52% from 255 or 46.10% from 295); Max value from RGB is 151 - color contains mainly: red. Hex color #970888 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970888 is #68F777. Grayscale: #404040. Windows color (decimal): -6879096 or 8915095. OLE color: 8915095.

HSL color Cylindrical-coordinate representation of color #970888: hue angle of 306.29º 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 #970888 is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 8 136 -
CMYK 0 0.95 0.10 0.41
HSL 306.29º 0.9% 0.31% -
HSV(B) 306.29º 0.95% 0.59% -
XYZ 17.29 8.53 24.03 -
YUV 65.35 167.88 189.09 -
System Red Green Blue C M Y K H S L
Decimal 151 8 136 0 0.95 0.10 0.41 306.29 0.9 0.31
Hex 97 8 88 0 5F A 29 132 5A 1F
Octal 227 10 210 0 137 12 51 462 132 37
Binary 10010111 1000 10001000 0 1011111 1010 101001 100110010 1011010 11111

Color Harmonies of #970888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970888

Black with #970888

Text Example


Text Example

White with #970888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970888; }

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

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

background-color css

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

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

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

border-color css

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

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

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