Html Css Color HEX #970892 Dark Magenta

📋 copy color: '#970892'

red 151 ◦ green 8 ◦ blue 146

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

Shades of Dark Magenta #970892

Tints of Dark Magenta #970892

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.62%

 BLUE value IS 146 (57.42% from 255) = 47.87%

R = 49.51%
G = 2.62%
B = 47.87%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#970892 (or 0x970892) is known color: Dark Magenta. HEX triplet: 97, 08 and 92. RGB value is (151,8,146). Sum of RGB (Red+Green+Blue) = 151+8+146=305 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.51% from 305); Green value is 8 (3.52% from 255 or 2.62% from 305); Blue value is 146 (57.42% from 255 or 47.87% from 305); Max value from RGB is 151 - color contains mainly: red. Hex color #970892 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970892 is #68F76D. Grayscale: #424242. Windows color (decimal): -6879086 or 9570455. OLE color: 9570455.

HSL color Cylindrical-coordinate representation of color #970892: hue angle of 302.1º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #970892 is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 8 146 -
CMYK 0 0.95 0.03 0.41
HSL 302.1º 0.9% 0.31% -
HSV(B) 302.1º 0.95% 0.59% -
XYZ 18.04 8.83 27.95 -
YUV 66.49 172.88 188.28 -
System Red Green Blue C M Y K H S L
Decimal 151 8 146 0 0.95 0.03 0.41 302.1 0.9 0.31
Hex 97 8 92 0 5F 3 29 12E 5A 1F
Octal 227 10 222 0 137 3 51 456 132 37
Binary 10010111 1000 10010010 0 1011111 11 101001 100101110 1011010 11111

Color Harmonies of #970892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970892

Black with #970892

Text Example


Text Example

White with #970892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970892; }

 p { color: rgb(151,8,146); }

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

background-color css

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

 a { background-color: rgb(151,8,146); }

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

border-color css

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

 span { border-color: rgb(151,8,146); }

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