Html Css Color HEX #970983 Dark Magenta

📋 copy color: '#970983'

red 151 ◦ green 9 ◦ blue 131

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

Shades of Dark Magenta #970983

Tints of Dark Magenta #970983

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.09%

 BLUE value IS 131 (51.56% from 255) = 45.02%

R = 51.89%
G = 3.09%
B = 45.02%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#970983 (or 0x970983) is known color: Dark Magenta. HEX triplet: 97, 09 and 83. RGB value is (151,9,131). Sum of RGB (Red+Green+Blue) = 151+9+131=291 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.89% from 291); Green value is 9 (3.91% from 255 or 3.09% from 291); Blue value is 131 (51.56% from 255 or 45.02% from 291); Max value from RGB is 151 - color contains mainly: red. Hex color #970983 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970983 is #68F67C. Grayscale: #414141. Windows color (decimal): -6878845 or 8587671. OLE color: 8587671.

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

Color convert

RGB 151 9 131 -
CMYK 0 0.94 0.13 0.41
HSL 308.45º 0.89% 0.31% -
HSV(B) 308.45º 0.94% 0.59% -
XYZ 16.96 8.41 22.2 -
YUV 65.37 165.04 189.08 -
System Red Green Blue C M Y K H S L
Decimal 151 9 131 0 0.94 0.13 0.41 308.45 0.89 0.31
Hex 97 9 83 0 5E D 29 134 59 1F
Octal 227 11 203 0 136 15 51 464 131 37
Binary 10010111 1001 10000011 0 1011110 1101 101001 100110100 1011001 11111

Color Harmonies of #970983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970983

Black with #970983

Text Example


Text Example

White with #970983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970983; }

 p { color: rgb(151,9,131); }

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

background-color css

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

 a { background-color: rgb(151,9,131); }

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

border-color css

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

 span { border-color: rgb(151,9,131); }

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