Html Css Color HEX #94008D Dark Magenta

📋 copy color: '#94008D'

red 148 ◦ green 0 ◦ blue 141

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

Shades of Dark Magenta #94008D

Tints of Dark Magenta #94008D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 141 (55.47% from 255) = 48.79%

R = 51.21%
G = 0%
B = 48.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#94008D (or 0x94008D) is known color: Dark Magenta. HEX triplet: 94, 00 and 8D. RGB value is (148,0,141). Sum of RGB (Red+Green+Blue) = 148+0+141=289 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.21% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 141 (55.47% from 255 or 48.79% from 289); Max value from RGB is 148 - color contains mainly: red. Hex color #94008D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #94008D is #6BFF72. Grayscale: #3B3B3B. Windows color (decimal): -7077747 or 9240724. OLE color: 9240724.

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

Color convert

RGB 148 0 141 -
CMYK 0 1 0.05 0.42
HSL 302.84º 1% 0.29% -
HSV(B) 302.84º 1% 0.58% -
XYZ 17.02 8.22 25.89 -
YUV 60.33 173.53 190.54 -
System Red Green Blue C M Y K H S L
Decimal 148 0 141 0 1 0.05 0.42 302.84 1 0.29
Hex 94 0 8D 0 64 5 2A 12F 64 1D
Octal 224 0 215 0 144 5 52 457 144 35
Binary 10010100 0 10001101 0 1100100 101 101010 100101111 1100100 11101

Color Harmonies of #94008D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94008D

Black with #94008D

Text Example


Text Example

White with #94008D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94008D; }

 p { color: rgb(148,0,141); }

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

background-color css

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

 a { background-color: rgb(148,0,141); }

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

border-color css

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

 span { border-color: rgb(148,0,141); }

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