Html Css Color HEX #970FAC Dark Magenta

📋 copy color: '#970FAC'

red 151 ◦ green 15 ◦ blue 172

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

Shades of Dark Magenta #970FAC

Tints of Dark Magenta #970FAC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.44%

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

R = 44.67%
G = 4.44%
B = 50.89%

CMYK

 C value IS 0.12

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#970FAC (or 0x970FAC) is known color: Dark Magenta. HEX triplet: 97, 0F and AC. RGB value is (151,15,172). Sum of RGB (Red+Green+Blue) = 151+15+172=338 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.67% from 338); Green value is 15 (6.25% from 255 or 4.44% from 338); Blue value is 172 (67.58% from 255 or 50.89% from 338); Max value from RGB is 172 - color contains mainly: blue. Hex color #970FAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970FAC is #68F053. Grayscale: #494949. Windows color (decimal): -6877268 or 11276183. OLE color: 11276183.

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

Color convert

RGB 151 15 172 -
CMYK 0.12 0.91 0 0.33
HSL 291.97º 0.84% 0.37% -
HSV(B) 291.97º 0.91% 0.67% -
XYZ 20.38 9.9 39.87 -
YUV 73.56 183.56 183.23 -
System Red Green Blue C M Y K H S L
Decimal 151 15 172 0.12 0.91 0 0.33 291.97 0.84 0.37
Hex 97 F AC C 5B 0 21 124 54 25
Octal 227 17 254 14 133 0 41 444 124 45
Binary 10010111 1111 10101100 1100 1011011 0 100001 100100100 1010100 100101

Color Harmonies of #970FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970FAC

Black with #970FAC

Text Example


Text Example

White with #970FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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