Html Css Color HEX #970DAB Dark Magenta

📋 copy color: '#970DAB'

red 151 ◦ green 13 ◦ blue 171

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

Shades of Dark Magenta #970DAB

Tints of Dark Magenta #970DAB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.88%

 BLUE value IS 171 (67.19% from 255) = 51.04%

R = 45.07%
G = 3.88%
B = 51.04%

CMYK

 C value IS 0.12

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#970DAB (or 0x970DAB) is known color: Dark Magenta. HEX triplet: 97, 0D and AB. RGB value is (151,13,171). Sum of RGB (Red+Green+Blue) = 151+13+171=335 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.07% from 335); Green value is 13 (5.47% from 255 or 3.88% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #970DAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970DAB is #68F254. Grayscale: #474747. Windows color (decimal): -6877781 or 11210135. OLE color: 11210135.

HSL color Cylindrical-coordinate representation of color #970DAB: hue angle of 292.41º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #970DAB is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 151 13 171 -
CMYK 0.12 0.92 0 0.33
HSL 292.41º 0.86% 0.36% -
HSV(B) 292.41º 0.92% 0.67% -
XYZ 20.26 9.81 39.35 -
YUV 72.27 183.72 184.15 -
System Red Green Blue C M Y K H S L
Decimal 151 13 171 0.12 0.92 0 0.33 292.41 0.86 0.36
Hex 97 D AB C 5C 0 21 124 56 24
Octal 227 15 253 14 134 0 41 444 126 44
Binary 10010111 1101 10101011 1100 1011100 0 100001 100100100 1010110 100100

Color Harmonies of #970DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970DAB

Black with #970DAB

Text Example


Text Example

White with #970DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,13,171); }

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

background-color css

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

 a { background-color: rgb(151,13,171); }

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

border-color css

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

 span { border-color: rgb(151,13,171); }

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