Html Css Color HEX #970BAE Dark Magenta

📋 copy color: '#970BAE'

red 151 ◦ green 11 ◦ blue 174

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

Shades of Dark Magenta #970BAE

Tints of Dark Magenta #970BAE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.27%

 BLUE value IS 174 (68.36% from 255) = 51.79%

R = 44.94%
G = 3.27%
B = 51.79%

CMYK

 C value IS 0.13

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#970BAE (or 0x970BAE) is known color: Dark Magenta. HEX triplet: 97, 0B and AE. RGB value is (151,11,174). Sum of RGB (Red+Green+Blue) = 151+11+174=336 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.94% from 336); Green value is 11 (4.69% from 255 or 3.27% from 336); Blue value is 174 (68.36% from 255 or 51.79% from 336); Max value from RGB is 174 - color contains mainly: blue. Hex color #970BAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970BAE is #68F451. Grayscale: #464646. Windows color (decimal): -6878290 or 11406231. OLE color: 11406231.

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

Color convert

RGB 151 11 174 -
CMYK 0.13 0.94 0 0.32
HSL 291.53º 0.88% 0.36% -
HSV(B) 291.53º 0.94% 0.68% -
XYZ 20.52 9.87 40.87 -
YUV 71.44 185.88 184.75 -
System Red Green Blue C M Y K H S L
Decimal 151 11 174 0.13 0.94 0 0.32 291.53 0.88 0.36
Hex 97 B AE D 5E 0 20 124 58 24
Octal 227 13 256 15 136 0 40 444 130 44
Binary 10010111 1011 10101110 1101 1011110 0 100000 100100100 1011000 100100

Color Harmonies of #970BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970BAE

Black with #970BAE

Text Example


Text Example

White with #970BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,11,174); }

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

background-color css

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

 a { background-color: rgb(151,11,174); }

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

border-color css

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

 span { border-color: rgb(151,11,174); }

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