Html Css Color HEX #970381 Dark Magenta

📋 copy color: '#970381'

red 151 ◦ green 3 ◦ blue 129

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

Shades of Dark Magenta #970381

Tints of Dark Magenta #970381

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.06%

 BLUE value IS 129 (50.78% from 255) = 45.58%

R = 53.36%
G = 1.06%
B = 45.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#970381 (or 0x970381) is known color: Dark Magenta. HEX triplet: 97, 03 and 81. RGB value is (151,3,129). Sum of RGB (Red+Green+Blue) = 151+3+129=283 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.36% from 283); Green value is 3 (1.56% from 255 or 1.06% from 283); Blue value is 129 (50.78% from 255 or 45.58% from 283); Max value from RGB is 151 - color contains mainly: red. Hex color #970381 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970381 is #68FC7E. Grayscale: #3D3D3D. Windows color (decimal): -6880383 or 8455063. OLE color: 8455063.

HSL color Cylindrical-coordinate representation of color #970381: hue angle of 308.92º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #970381 is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 3 129 -
CMYK 0 0.98 0.15 0.41
HSL 308.92º 0.96% 0.3% -
HSV(B) 308.92º 0.98% 0.59% -
XYZ 16.76 8.23 21.47 -
YUV 61.62 166.03 191.75 -
System Red Green Blue C M Y K H S L
Decimal 151 3 129 0 0.98 0.15 0.41 308.92 0.96 0.3
Hex 97 3 81 0 62 F 29 135 60 1E
Octal 227 3 201 0 142 17 51 465 140 36
Binary 10010111 11 10000001 0 1100010 1111 101001 100110101 1100000 11110

Color Harmonies of #970381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970381

Black with #970381

Text Example


Text Example

White with #970381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970381; }

 p { color: rgb(151,3,129); }

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

background-color css

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

 a { background-color: rgb(151,3,129); }

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

border-color css

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

 span { border-color: rgb(151,3,129); }

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