Html Css Color HEX #94098C Dark Magenta

📋 copy color: '#94098C'

red 148 ◦ green 9 ◦ blue 140

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

Shades of Dark Magenta #94098C

Tints of Dark Magenta #94098C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 47.14%

R = 49.83%
G = 3.03%
B = 47.14%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#94098C (or 0x94098C) is known color: Dark Magenta. HEX triplet: 94, 09 and 8C. RGB value is (148,9,140). Sum of RGB (Red+Green+Blue) = 148+9+140=297 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.83% from 297); Green value is 9 (3.91% from 255 or 3.03% from 297); Blue value is 140 (55.08% from 255 or 47.14% from 297); Max value from RGB is 148 - color contains mainly: red. Hex color #94098C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #94098C is #6BF673. Grayscale: #414141. Windows color (decimal): -7075444 or 9177492. OLE color: 9177492.

HSL color Cylindrical-coordinate representation of color #94098C: hue angle of 303.45º 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 #94098C is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 9 140 -
CMYK 0 0.94 0.05 0.42
HSL 303.45º 0.89% 0.31% -
HSV(B) 303.45º 0.94% 0.58% -
XYZ 17.04 8.38 25.53 -
YUV 65.5 170.05 186.85 -
System Red Green Blue C M Y K H S L
Decimal 148 9 140 0 0.94 0.05 0.42 303.45 0.89 0.31
Hex 94 9 8C 0 5E 5 2A 12F 59 1F
Octal 224 11 214 0 136 5 52 457 131 37
Binary 10010100 1001 10001100 0 1011110 101 101010 100101111 1011001 11111

Color Harmonies of #94098C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94098C

Black with #94098C

Text Example


Text Example

White with #94098C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94098C; }

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

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

background-color css

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

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

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

border-color css

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

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

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