Html Css Color HEX #940293 Dark Magenta

📋 copy color: '#940293'

red 148 ◦ green 2 ◦ blue 147

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

Shades of Dark Magenta #940293

Tints of Dark Magenta #940293

RGB

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

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

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

R = 49.83%
G = 0.67%
B = 49.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#940293 (or 0x940293) is known color: Dark Magenta. HEX triplet: 94, 02 and 93. RGB value is (148,2,147). Sum of RGB (Red+Green+Blue) = 148+2+147=297 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.83% from 297); Green value is 2 (1.17% from 255 or 0.67% from 297); Blue value is 147 (57.81% from 255 or 49.49% from 297); Max value from RGB is 148 - color contains mainly: red. Hex color #940293 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940293 is #6BFD6C. Grayscale: #3D3D3D. Windows color (decimal): -7077229 or 9634452. OLE color: 9634452.

HSL color Cylindrical-coordinate representation of color #940293: hue angle of 300.41º 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 #940293 is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 2 147 -
CMYK 0 0.99 0.01 0.42
HSL 300.41º 0.97% 0.29% -
HSV(B) 300.41º 0.99% 0.58% -
XYZ 17.5 8.45 28.31 -
YUV 62.18 175.87 189.21 -
System Red Green Blue C M Y K H S L
Decimal 148 2 147 0 0.99 0.01 0.42 300.41 0.97 0.29
Hex 94 2 93 0 63 1 2A 12C 61 1D
Octal 224 2 223 0 143 1 52 454 141 35
Binary 10010100 10 10010011 0 1100011 1 101010 100101100 1100001 11101

Color Harmonies of #940293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940293

Black with #940293

Text Example


Text Example

White with #940293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940293; }

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

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

background-color css

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

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

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

border-color css

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

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

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