Html Css Color HEX #970F83 Dark Magenta

📋 copy color: '#970F83'

red 151 ◦ green 15 ◦ blue 131

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

Shades of Dark Magenta #970F83

Tints of Dark Magenta #970F83

RGB

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

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

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

R = 50.84%
G = 5.05%
B = 44.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#970F83 (or 0x970F83) is known color: Dark Magenta. HEX triplet: 97, 0F and 83. RGB value is (151,15,131). Sum of RGB (Red+Green+Blue) = 151+15+131=297 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.84% from 297); Green value is 15 (6.25% from 255 or 5.05% from 297); Blue value is 131 (51.56% from 255 or 44.11% from 297); Max value from RGB is 151 - color contains mainly: red. Hex color #970F83 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970F83 is #68F07C. Grayscale: #444444. Windows color (decimal): -6877309 or 8589207. OLE color: 8589207.

HSL color Cylindrical-coordinate representation of color #970F83: hue angle of 308.82º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #970F83 is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 15 131 -
CMYK 0 0.90 0.13 0.41
HSL 308.82º 0.82% 0.33% -
HSV(B) 308.82º 0.9% 0.59% -
XYZ 17.03 8.56 22.23 -
YUV 68.89 163.06 186.57 -
System Red Green Blue C M Y K H S L
Decimal 151 15 131 0 0.90 0.13 0.41 308.82 0.82 0.33
Hex 97 F 83 0 5A D 29 135 52 21
Octal 227 17 203 0 132 15 51 465 122 41
Binary 10010111 1111 10000011 0 1011010 1101 101001 100110101 1010010 100001

Color Harmonies of #970F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970F83

Black with #970F83

Text Example


Text Example

White with #970F83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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