Html Css Color HEX #970BAB Dark Magenta

📋 copy color: '#970BAB'

red 151 ◦ green 11 ◦ blue 171

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

Shades of Dark Magenta #970BAB

Tints of Dark Magenta #970BAB

RGB

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

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

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

R = 45.35%
G = 3.3%
B = 51.35%

CMYK

 C value IS 0.12

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#970BAB (or 0x970BAB) is known color: Dark Magenta. HEX triplet: 97, 0B and AB. RGB value is (151,11,171). Sum of RGB (Red+Green+Blue) = 151+11+171=333 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.35% from 333); Green value is 11 (4.69% from 255 or 3.30% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #970BAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970BAB is #68F454. Grayscale: #464646. Windows color (decimal): -6878293 or 11209623. OLE color: 11209623.

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

Color convert

RGB 151 11 171 -
CMYK 0.12 0.94 0 0.33
HSL 292.5º 0.88% 0.36% -
HSV(B) 292.5º 0.94% 0.67% -
XYZ 20.23 9.76 39.35 -
YUV 71.1 184.38 184.99 -
System Red Green Blue C M Y K H S L
Decimal 151 11 171 0.12 0.94 0 0.33 292.5 0.88 0.36
Hex 97 B AB C 5E 0 21 124 58 24
Octal 227 13 253 14 136 0 41 444 130 44
Binary 10010111 1011 10101011 1100 1011110 0 100001 100100100 1011000 100100

Color Harmonies of #970BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970BAB

Black with #970BAB

Text Example


Text Example

White with #970BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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