Html Css Color HEX #940497 Dark Magenta

📋 copy color: '#940497'

red 148 ◦ green 4 ◦ blue 151

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

Shades of Dark Magenta #940497

Tints of Dark Magenta #940497

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.32%

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

R = 48.84%
G = 1.32%
B = 49.83%

CMYK

 C value IS 0.02

 M value IS 0.97

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#940497 (or 0x940497) is known color: Dark Magenta. HEX triplet: 94, 04 and 97. RGB value is (148,4,151). Sum of RGB (Red+Green+Blue) = 148+4+151=303 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.84% from 303); Green value is 4 (1.95% from 255 or 1.32% from 303); Blue value is 151 (59.38% from 255 or 49.83% from 303); Max value from RGB is 151 - color contains mainly: blue. Hex color #940497 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940497 is #6BFB68. Grayscale: #3F3F3F. Windows color (decimal): -7076713 or 9897108. OLE color: 9897108.

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

Color convert

RGB 148 4 151 -
CMYK 0.02 0.97 0 0.41
HSL 298.78º 0.95% 0.3% -
HSV(B) 298.78º 0.97% 0.59% -
XYZ 17.84 8.62 30 -
YUV 63.81 177.21 188.05 -
System Red Green Blue C M Y K H S L
Decimal 148 4 151 0.02 0.97 0 0.41 298.78 0.95 0.3
Hex 94 4 97 2 61 0 29 12B 5F 1E
Octal 224 4 227 2 141 0 51 453 137 36
Binary 10010100 100 10010111 10 1100001 0 101001 100101011 1011111 11110

Color Harmonies of #940497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940497

Black with #940497

Text Example


Text Example

White with #940497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940497; }

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

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

background-color css

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

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

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

border-color css

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

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

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