Html Css Color HEX #971093 Dark Magenta

📋 copy color: '#971093'

red 151 ◦ green 16 ◦ blue 147

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

Shades of Dark Magenta #971093

Tints of Dark Magenta #971093

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.1%

 BLUE value IS 147 (57.81% from 255) = 46.82%

R = 48.09%
G = 5.1%
B = 46.82%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#971093 (or 0x971093) is known color: Dark Magenta. HEX triplet: 97, 10 and 93. RGB value is (151,16,147). Sum of RGB (Red+Green+Blue) = 151+16+147=314 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.09% from 314); Green value is 16 (6.64% from 255 or 5.10% from 314); Blue value is 147 (57.81% from 255 or 46.82% from 314); Max value from RGB is 151 - color contains mainly: red. Hex color #971093 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971093 is #68EF6C. Grayscale: #464646. Windows color (decimal): -6877037 or 9638039. OLE color: 9638039.

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

Color convert

RGB 151 16 147 -
CMYK 0 0.89 0.03 0.41
HSL 301.78º 0.81% 0.33% -
HSV(B) 301.78º 0.89% 0.59% -
XYZ 18.21 9.06 28.39 -
YUV 71.3 170.73 184.85 -
System Red Green Blue C M Y K H S L
Decimal 151 16 147 0 0.89 0.03 0.41 301.78 0.81 0.33
Hex 97 10 93 0 59 3 29 12E 51 21
Octal 227 20 223 0 131 3 51 456 121 41
Binary 10010111 10000 10010011 0 1011001 11 101001 100101110 1010001 100001

Color Harmonies of #971093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971093

Black with #971093

Text Example


Text Example

White with #971093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971093; }

 p { color: rgb(151,16,147); }

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

background-color css

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

 a { background-color: rgb(151,16,147); }

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

border-color css

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

 span { border-color: rgb(151,16,147); }

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