Html Css Color HEX #940291 Dark Magenta

📋 copy color: '#940291'

red 148 ◦ green 2 ◦ blue 145

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

Shades of Dark Magenta #940291

Tints of Dark Magenta #940291

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.68%

 BLUE value IS 145 (57.03% from 255) = 49.15%

R = 50.17%
G = 0.68%
B = 49.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#940291 (or 0x940291) is known color: Dark Magenta. HEX triplet: 94, 02 and 91. RGB value is (148,2,145). Sum of RGB (Red+Green+Blue) = 148+2+145=295 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50.17% from 295); Green value is 2 (1.17% from 255 or 0.68% from 295); Blue value is 145 (57.03% from 255 or 49.15% from 295); Max value from RGB is 148 - color contains mainly: red. Hex color #940291 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940291 is #6BFD6E. Grayscale: #3D3D3D. Windows color (decimal): -7077231 or 9503380. OLE color: 9503380.

HSL color Cylindrical-coordinate representation of color #940291: hue angle of 301.23º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #940291 is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 2 145 -
CMYK 0 0.99 0.02 0.42
HSL 301.23º 0.97% 0.29% -
HSV(B) 301.23º 0.99% 0.58% -
XYZ 17.35 8.38 27.49 -
YUV 61.96 174.87 189.37 -
System Red Green Blue C M Y K H S L
Decimal 148 2 145 0 0.99 0.02 0.42 301.23 0.97 0.29
Hex 94 2 91 0 63 2 2A 12D 61 1D
Octal 224 2 221 0 143 2 52 455 141 35
Binary 10010100 10 10010001 0 1100011 10 101010 100101101 1100001 11101

Color Harmonies of #940291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940291

Black with #940291

Text Example


Text Example

White with #940291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940291; }

 p { color: rgb(148,2,145); }

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

background-color css

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

 a { background-color: rgb(148,2,145); }

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

border-color css

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

 span { border-color: rgb(148,2,145); }

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