Html Css Color HEX #970A9F Dark Magenta

📋 copy color: '#970A9F'

red 151 ◦ green 10 ◦ blue 159

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

Shades of Dark Magenta #970A9F

Tints of Dark Magenta #970A9F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.13%

 BLUE value IS 159 (62.5% from 255) = 49.69%

R = 47.19%
G = 3.13%
B = 49.69%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#970A9F (or 0x970A9F) is known color: Dark Magenta. HEX triplet: 97, 0A and 9F. RGB value is (151,10,159). Sum of RGB (Red+Green+Blue) = 151+10+159=320 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.19% from 320); Green value is 10 (4.30% from 255 or 3.12% from 320); Blue value is 159 (62.5% from 255 or 49.69% from 320); Max value from RGB is 159 - color contains mainly: blue. Hex color #970A9F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970A9F is #68F560. Grayscale: #444444. Windows color (decimal): -6878561 or 10422935. OLE color: 10422935.

HSL color Cylindrical-coordinate representation of color #970A9F: hue angle of 296.78º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #970A9F is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 151 10 159 -
CMYK 0.05 0.94 0 0.38
HSL 296.78º 0.88% 0.33% -
HSV(B) 296.78º 0.94% 0.62% -
XYZ 19.13 9.3 33.59 -
YUV 69.15 178.71 186.38 -
System Red Green Blue C M Y K H S L
Decimal 151 10 159 0.05 0.94 0 0.38 296.78 0.88 0.33
Hex 97 A 9F 5 5E 0 26 129 58 21
Octal 227 12 237 5 136 0 46 451 130 41
Binary 10010111 1010 10011111 101 1011110 0 100110 100101001 1011000 100001

Color Harmonies of #970A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970A9F

Black with #970A9F

Text Example


Text Example

White with #970A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,10,159); }

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

background-color css

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

 a { background-color: rgb(151,10,159); }

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

border-color css

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

 span { border-color: rgb(151,10,159); }

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