Html Css Color HEX #94097F Dark Magenta

📋 copy color: '#94097F'

red 148 ◦ green 9 ◦ blue 127

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

Shades of Dark Magenta #94097F

Tints of Dark Magenta #94097F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.17%

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

R = 52.11%
G = 3.17%
B = 44.72%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#94097F (or 0x94097F) is known color: Dark Magenta. HEX triplet: 94, 09 and 7F. RGB value is (148,9,127). Sum of RGB (Red+Green+Blue) = 148+9+127=284 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.11% from 284); Green value is 9 (3.91% from 255 or 3.17% from 284); Blue value is 127 (50% from 255 or 44.72% from 284); Max value from RGB is 148 - color contains mainly: red. Hex color #94097F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94097F is #6BF680. Grayscale: #3F3F3F. Windows color (decimal): -7075457 or 8325524. OLE color: 8325524.

HSL color Cylindrical-coordinate representation of color #94097F: hue angle of 309.06º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #94097F is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 9 127 -
CMYK 0 0.94 0.14 0.42
HSL 309.06º 0.89% 0.31% -
HSV(B) 309.06º 0.94% 0.58% -
XYZ 16.14 8.02 20.78 -
YUV 64.01 163.55 187.91 -
System Red Green Blue C M Y K H S L
Decimal 148 9 127 0 0.94 0.14 0.42 309.06 0.89 0.31
Hex 94 9 7F 0 5E E 2A 135 59 1F
Octal 224 11 177 0 136 16 52 465 131 37
Binary 10010100 1001 1111111 0 1011110 1110 101010 100110101 1011001 11111

Color Harmonies of #94097F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94097F

Black with #94097F

Text Example


Text Example

White with #94097F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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