Html Css Color HEX #970687 Dark Magenta

📋 copy color: '#970687'

red 151 ◦ green 6 ◦ blue 135

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

Shades of Dark Magenta #970687

Tints of Dark Magenta #970687

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 46.23%

R = 51.71%
G = 2.05%
B = 46.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#970687 (or 0x970687) is known color: Dark Magenta. HEX triplet: 97, 06 and 87. RGB value is (151,6,135). Sum of RGB (Red+Green+Blue) = 151+6+135=292 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.71% from 292); Green value is 6 (2.73% from 255 or 2.05% from 292); Blue value is 135 (53.12% from 255 or 46.23% from 292); Max value from RGB is 151 - color contains mainly: red. Hex color #970687 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970687 is #68F978. Grayscale: #3F3F3F. Windows color (decimal): -6879609 or 8849047. OLE color: 8849047.

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

Color convert

RGB 151 6 135 -
CMYK 0 0.96 0.11 0.41
HSL 306.62º 0.92% 0.31% -
HSV(B) 306.62º 0.96% 0.59% -
XYZ 17.2 8.46 23.65 -
YUV 64.06 168.04 190.01 -
System Red Green Blue C M Y K H S L
Decimal 151 6 135 0 0.96 0.11 0.41 306.62 0.92 0.31
Hex 97 6 87 0 60 B 29 133 5C 1F
Octal 227 6 207 0 140 13 51 463 134 37
Binary 10010111 110 10000111 0 1100000 1011 101001 100110011 1011100 11111

Color Harmonies of #970687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970687

Black with #970687

Text Example


Text Example

White with #970687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970687; }

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

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

background-color css

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

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

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

border-color css

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

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

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