Html Css Color HEX #970A9B Dark Magenta

📋 copy color: '#970A9B'

red 151 ◦ green 10 ◦ blue 155

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

Shades of Dark Magenta #970A9B

Tints of Dark Magenta #970A9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 49.05%

R = 47.78%
G = 3.16%
B = 49.05%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#970A9B (or 0x970A9B) is known color: Dark Magenta. HEX triplet: 97, 0A and 9B. RGB value is (151,10,155). Sum of RGB (Red+Green+Blue) = 151+10+155=316 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.78% from 316); Green value is 10 (4.30% from 255 or 3.16% from 316); Blue value is 155 (60.94% from 255 or 49.05% from 316); Max value from RGB is 155 - color contains mainly: blue. Hex color #970A9B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970A9B is #68F564. Grayscale: #444444. Windows color (decimal): -6878565 or 10160791. OLE color: 10160791.

HSL color Cylindrical-coordinate representation of color #970A9B: hue angle of 298.34º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #970A9B is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 151 10 155 -
CMYK 0.03 0.94 0 0.39
HSL 298.34º 0.88% 0.32% -
HSV(B) 298.34º 0.94% 0.61% -
XYZ 18.79 9.16 31.79 -
YUV 68.69 176.71 186.71 -
System Red Green Blue C M Y K H S L
Decimal 151 10 155 0.03 0.94 0 0.39 298.34 0.88 0.32
Hex 97 A 9B 3 5E 0 27 12A 58 20
Octal 227 12 233 3 136 0 47 452 130 40
Binary 10010111 1010 10011011 11 1011110 0 100111 100101010 1011000 100000

Color Harmonies of #970A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970A9B

Black with #970A9B

Text Example


Text Example

White with #970A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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