Html Css Color HEX #970688 Dark Magenta

📋 copy color: '#970688'

red 151 ◦ green 6 ◦ blue 136

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

Shades of Dark Magenta #970688

Tints of Dark Magenta #970688

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.05%

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

R = 51.54%
G = 2.05%
B = 46.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.10

 K value IS 0.41

RGB Variations

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

Color information

#970688 (or 0x970688) is known color: Dark Magenta. HEX triplet: 97, 06 and 88. RGB value is (151,6,136). Sum of RGB (Red+Green+Blue) = 151+6+136=293 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.54% from 293); Green value is 6 (2.73% from 255 or 2.05% from 293); Blue value is 136 (53.52% from 255 or 46.42% from 293); Max value from RGB is 151 - color contains mainly: red. Hex color #970688 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970688 is #68F977. Grayscale: #3F3F3F. Windows color (decimal): -6879608 or 8914583. OLE color: 8914583.

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

Color convert

RGB 151 6 136 -
CMYK 0 0.96 0.10 0.41
HSL 306.21º 0.92% 0.31% -
HSV(B) 306.21º 0.96% 0.59% -
XYZ 17.27 8.49 24.02 -
YUV 64.18 168.54 189.93 -
System Red Green Blue C M Y K H S L
Decimal 151 6 136 0 0.96 0.10 0.41 306.21 0.92 0.31
Hex 97 6 88 0 60 A 29 132 5C 1F
Octal 227 6 210 0 140 12 51 462 134 37
Binary 10010111 110 10001000 0 1100000 1010 101001 100110010 1011100 11111

Color Harmonies of #970688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970688

Black with #970688

Text Example


Text Example

White with #970688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970688; }

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

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

background-color css

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

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

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

border-color css

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

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

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