Html Css Color HEX #94027F Dark Magenta

📋 copy color: '#94027F'

red 148 ◦ green 2 ◦ blue 127

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

Shades of Dark Magenta #94027F

Tints of Dark Magenta #94027F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 45.85%

R = 53.43%
G = 0.72%
B = 45.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#94027F (or 0x94027F) is known color: Dark Magenta. HEX triplet: 94, 02 and 7F. RGB value is (148,2,127). Sum of RGB (Red+Green+Blue) = 148+2+127=277 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.43% from 277); Green value is 2 (1.17% from 255 or 0.72% from 277); Blue value is 127 (50% from 255 or 45.85% from 277); Max value from RGB is 148 - color contains mainly: red. Hex color #94027F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94027F is #6BFD80. Grayscale: #3B3B3B. Windows color (decimal): -7077249 or 8323732. OLE color: 8323732.

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

Color convert

RGB 148 2 127 -
CMYK 0 0.99 0.14 0.42
HSL 308.63º 0.97% 0.29% -
HSV(B) 308.63º 0.99% 0.58% -
XYZ 16.07 7.87 20.75 -
YUV 59.9 165.87 190.84 -
System Red Green Blue C M Y K H S L
Decimal 148 2 127 0 0.99 0.14 0.42 308.63 0.97 0.29
Hex 94 2 7F 0 63 E 2A 135 61 1D
Octal 224 2 177 0 143 16 52 465 141 35
Binary 10010100 10 1111111 0 1100011 1110 101010 100110101 1100001 11101

Color Harmonies of #94027F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94027F

Black with #94027F

Text Example


Text Example

White with #94027F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94027F; }

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

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

background-color css

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

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

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

border-color css

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

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

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