Html Css Color HEX #940197 Dark Magenta

📋 copy color: '#940197'

red 148 ◦ green 1 ◦ blue 151

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

Shades of Dark Magenta #940197

Tints of Dark Magenta #940197

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

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

R = 49.33%
G = 0.33%
B = 50.33%

CMYK

 C value IS 0.02

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#940197 (or 0x940197) is known color: Dark Magenta. HEX triplet: 94, 01 and 97. RGB value is (148,1,151). Sum of RGB (Red+Green+Blue) = 148+1+151=300 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.33% from 300); Green value is 1 (0.78% from 255 or 0.33% from 300); Blue value is 151 (59.38% from 255 or 50.33% from 300); Max value from RGB is 151 - color contains mainly: blue. Hex color #940197 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940197 is #6BFE68. Grayscale: #3D3D3D. Windows color (decimal): -7077481 or 9896340. OLE color: 9896340.

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

Color convert

RGB 148 1 151 -
CMYK 0.02 0.99 0 0.41
HSL 298.8º 0.99% 0.3% -
HSV(B) 298.8º 0.99% 0.59% -
XYZ 17.81 8.55 29.99 -
YUV 62.05 178.2 189.3 -
System Red Green Blue C M Y K H S L
Decimal 148 1 151 0.02 0.99 0 0.41 298.8 0.99 0.3
Hex 94 1 97 2 63 0 29 12B 63 1E
Octal 224 1 227 2 143 0 51 453 143 36
Binary 10010100 1 10010111 10 1100011 0 101001 100101011 1100011 11110

Color Harmonies of #940197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940197

Black with #940197

Text Example


Text Example

White with #940197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940197; }

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

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

background-color css

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

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

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

border-color css

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

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

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