Html Css Color HEX #970088 Dark Magenta

📋 copy color: '#970088'

red 151 ◦ green 0 ◦ blue 136

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

Shades of Dark Magenta #970088

Tints of Dark Magenta #970088

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.61%
G = 0%
B = 47.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.10

 K value IS 0.41

RGB Variations

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

Color information

#970088 (or 0x970088) is known color: Dark Magenta. HEX triplet: 97, 00 and 88. RGB value is (151,0,136). Sum of RGB (Red+Green+Blue) = 151+0+136=287 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.61% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 136 (53.52% from 255 or 47.39% from 287); Max value from RGB is 151 - color contains mainly: red. Hex color #970088 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970088 is #68FF77. Grayscale: #3C3C3C. Windows color (decimal): -6881144 or 8913047. OLE color: 8913047.

HSL color Cylindrical-coordinate representation of color #970088: hue angle of 305.96º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #970088 is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 0 136 -
CMYK 0 1 0.10 0.41
HSL 305.96º 1% 0.3% -
HSV(B) 305.96º 1% 0.59% -
XYZ 17.21 8.36 24 -
YUV 60.65 170.53 192.44 -
System Red Green Blue C M Y K H S L
Decimal 151 0 136 0 1 0.10 0.41 305.96 1 0.3
Hex 97 0 88 0 64 A 29 132 64 1E
Octal 227 0 210 0 144 12 51 462 144 36
Binary 10010111 0 10001000 0 1100100 1010 101001 100110010 1100100 11110

Color Harmonies of #970088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970088

Black with #970088

Text Example


Text Example

White with #970088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970088; }

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

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

background-color css

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

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

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

border-color css

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

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

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