Html Css Color HEX #970BAC Dark Magenta

📋 copy color: '#970BAC'

red 151 ◦ green 11 ◦ blue 172

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

Shades of Dark Magenta #970BAC

Tints of Dark Magenta #970BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 51.5%

R = 45.21%
G = 3.29%
B = 51.5%

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

#970BAC (or 0x970BAC) is known color: Dark Magenta. HEX triplet: 97, 0B and AC. RGB value is (151,11,172). Sum of RGB (Red+Green+Blue) = 151+11+172=334 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.21% from 334); Green value is 11 (4.69% from 255 or 3.29% from 334); Blue value is 172 (67.58% from 255 or 51.50% from 334); Max value from RGB is 172 - color contains mainly: blue. Hex color #970BAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970BAC is #68F453. Grayscale: #464646. Windows color (decimal): -6878292 or 11275159. OLE color: 11275159.

HSL color Cylindrical-coordinate representation of color #970BAC: hue angle of 292.17º 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 #970BAC is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 151 11 172 -
CMYK 0.12 0.94 0 0.33
HSL 292.17º 0.88% 0.36% -
HSV(B) 292.17º 0.94% 0.67% -
XYZ 20.33 9.8 39.85 -
YUV 71.21 184.88 184.91 -
System Red Green Blue C M Y K H S L
Decimal 151 11 172 0.12 0.94 0 0.33 292.17 0.88 0.36
Hex 97 B AC C 5E 0 21 124 58 24
Octal 227 13 254 14 136 0 41 444 130 44
Binary 10010111 1011 10101100 1100 1011110 0 100001 100100100 1011000 100100

Color Harmonies of #970BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970BAC

Black with #970BAC

Text Example


Text Example

White with #970BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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