Html Css Color HEX #970F9C Dark Magenta

📋 copy color: '#970F9C'

red 151 ◦ green 15 ◦ blue 156

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

Shades of Dark Magenta #970F9C

Tints of Dark Magenta #970F9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 48.45%

R = 46.89%
G = 4.66%
B = 48.45%

CMYK

 C value IS 0.03

 M value IS 0.90

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#970F9C (or 0x970F9C) is known color: Dark Magenta. HEX triplet: 97, 0F and 9C. RGB value is (151,15,156). Sum of RGB (Red+Green+Blue) = 151+15+156=322 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.89% from 322); Green value is 15 (6.25% from 255 or 4.66% from 322); Blue value is 156 (61.33% from 255 or 48.45% from 322); Max value from RGB is 156 - color contains mainly: blue. Hex color #970F9C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970F9C is #68F063. Grayscale: #474747. Windows color (decimal): -6877284 or 10227607. OLE color: 10227607.

HSL color Cylindrical-coordinate representation of color #970F9C: hue angle of 297.87º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #970F9C is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 151 15 156 -
CMYK 0.03 0.90 0 0.39
HSL 297.87º 0.82% 0.34% -
HSV(B) 297.87º 0.9% 0.61% -
XYZ 18.93 9.32 32.25 -
YUV 71.74 175.56 184.54 -
System Red Green Blue C M Y K H S L
Decimal 151 15 156 0.03 0.90 0 0.39 297.87 0.82 0.34
Hex 97 F 9C 3 5A 0 27 12A 52 22
Octal 227 17 234 3 132 0 47 452 122 42
Binary 10010111 1111 10011100 11 1011010 0 100111 100101010 1010010 100010

Color Harmonies of #970F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970F9C

Black with #970F9C

Text Example


Text Example

White with #970F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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