Html Css Color HEX #970B9A Dark Magenta

📋 copy color: '#970B9A'

red 151 ◦ green 11 ◦ blue 154

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

Shades of Dark Magenta #970B9A

Tints of Dark Magenta #970B9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 48.73%

R = 47.78%
G = 3.48%
B = 48.73%

CMYK

 C value IS 0.02

 M value IS 0.93

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#970B9A (or 0x970B9A) is known color: Dark Magenta. HEX triplet: 97, 0B and 9A. RGB value is (151,11,154). Sum of RGB (Red+Green+Blue) = 151+11+154=316 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.78% from 316); Green value is 11 (4.69% from 255 or 3.48% from 316); Blue value is 154 (60.55% from 255 or 48.73% from 316); Max value from RGB is 154 - color contains mainly: blue. Hex color #970B9A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970B9A is #68F465. Grayscale: #444444. Windows color (decimal): -6878310 or 10095511. OLE color: 10095511.

HSL color Cylindrical-coordinate representation of color #970B9A: hue angle of 298.74º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #970B9A is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 151 11 154 -
CMYK 0.02 0.93 0 0.40
HSL 298.74º 0.87% 0.32% -
HSV(B) 298.74º 0.93% 0.6% -
XYZ 18.71 9.15 31.35 -
YUV 69.16 175.88 186.37 -
System Red Green Blue C M Y K H S L
Decimal 151 11 154 0.02 0.93 0 0.40 298.74 0.87 0.32
Hex 97 B 9A 2 5D 0 28 12B 57 20
Octal 227 13 232 2 135 0 50 453 127 40
Binary 10010111 1011 10011010 10 1011101 0 101000 100101011 1010111 100000

Color Harmonies of #970B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970B9A

Black with #970B9A

Text Example


Text Example

White with #970B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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