Html Css Color HEX #941997 Dark Magenta

📋 copy color: '#941997'

red 148 ◦ green 25 ◦ blue 151

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

Shades of Dark Magenta #941997

Tints of Dark Magenta #941997

RGB

 RED value IS 148 (58.2% from 255) = 45.68%

 GREEN value IS 25 (10.16% from 255) = 7.72%

 BLUE value IS 151 (59.38% from 255) = 46.6%

R = 45.68%
G = 7.72%
B = 46.6%

CMYK

 C value IS 0.02

 M value IS 0.83

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#941997 (or 0x941997) is known color: Dark Magenta. HEX triplet: 94, 19 and 97. RGB value is (148,25,151). Sum of RGB (Red+Green+Blue) = 148+25+151=324 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.68% from 324); Green value is 25 (10.16% from 255 or 7.72% from 324); Blue value is 151 (59.38% from 255 or 46.60% from 324); Max value from RGB is 151 - color contains mainly: blue. Hex color #941997 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #941997 is #6BE668. Grayscale: #4B4B4B. Windows color (decimal): -7071337 or 9902484. OLE color: 9902484.

HSL color Cylindrical-coordinate representation of color #941997: hue angle of 298.57º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #941997 is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 148 25 151 -
CMYK 0.02 0.83 0 0.41
HSL 298.57º 0.72% 0.35% -
HSV(B) 298.57º 0.83% 0.59% -
XYZ 18.15 9.23 30.1 -
YUV 76.14 170.25 179.25 -
System Red Green Blue C M Y K H S L
Decimal 148 25 151 0.02 0.83 0 0.41 298.57 0.72 0.35
Hex 94 19 97 2 53 0 29 12B 48 23
Octal 224 31 227 2 123 0 51 453 110 43
Binary 10010100 11001 10010111 10 1010011 0 101001 100101011 1001000 100011

Color Harmonies of #941997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941997

Black with #941997

Text Example


Text Example

White with #941997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941997; }

 p { color: rgb(148,25,151); }

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

background-color css

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

 a { background-color: rgb(148,25,151); }

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

border-color css

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

 span { border-color: rgb(148,25,151); }

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