Html Css Color HEX #970BAA Dark Magenta

📋 copy color: '#970BAA'

red 151 ◦ green 11 ◦ blue 170

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

Shades of Dark Magenta #970BAA

Tints of Dark Magenta #970BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 51.2%

R = 45.48%
G = 3.31%
B = 51.2%

CMYK

 C value IS 0.11

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#970BAA (or 0x970BAA) is known color: Dark Magenta. HEX triplet: 97, 0B and AA. RGB value is (151,11,170). Sum of RGB (Red+Green+Blue) = 151+11+170=332 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.48% from 332); Green value is 11 (4.69% from 255 or 3.31% from 332); Blue value is 170 (66.80% from 255 or 51.20% from 332); Max value from RGB is 170 - color contains mainly: blue. Hex color #970BAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970BAA is #68F455. Grayscale: #464646. Windows color (decimal): -6878294 or 11144087. OLE color: 11144087.

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

Color convert

RGB 151 11 170 -
CMYK 0.11 0.94 0 0.33
HSL 292.83º 0.88% 0.35% -
HSV(B) 292.83º 0.94% 0.67% -
XYZ 20.14 9.72 38.85 -
YUV 70.99 183.88 185.07 -
System Red Green Blue C M Y K H S L
Decimal 151 11 170 0.11 0.94 0 0.33 292.83 0.88 0.35
Hex 97 B AA B 5E 0 21 125 58 23
Octal 227 13 252 13 136 0 41 445 130 43
Binary 10010111 1011 10101010 1011 1011110 0 100001 100100101 1011000 100011

Color Harmonies of #970BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970BAA

Black with #970BAA

Text Example


Text Example

White with #970BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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