Html Css Color HEX #94008F Dark Magenta

📋 copy color: '#94008F'

red 148 ◦ green 0 ◦ blue 143

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

Shades of Dark Magenta #94008F

Tints of Dark Magenta #94008F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 49.14%

R = 50.86%
G = 0%
B = 49.14%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#94008F (or 0x94008F) is known color: Dark Magenta. HEX triplet: 94, 00 and 8F. RGB value is (148,0,143). Sum of RGB (Red+Green+Blue) = 148+0+143=291 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.86% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 143 (56.25% from 255 or 49.14% from 291); Max value from RGB is 148 - color contains mainly: red. Hex color #94008F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #94008F is #6BFF70. Grayscale: #3C3C3C. Windows color (decimal): -7077745 or 9371796. OLE color: 9371796.

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

Color convert

RGB 148 0 143 -
CMYK 0 1 0.03 0.42
HSL 302.03º 1% 0.29% -
HSV(B) 302.03º 1% 0.58% -
XYZ 17.17 8.28 26.68 -
YUV 60.55 174.53 190.37 -
System Red Green Blue C M Y K H S L
Decimal 148 0 143 0 1 0.03 0.42 302.03 1 0.29
Hex 94 0 8F 0 64 3 2A 12E 64 1D
Octal 224 0 217 0 144 3 52 456 144 35
Binary 10010100 0 10001111 0 1100100 11 101010 100101110 1100100 11101

Color Harmonies of #94008F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94008F

Black with #94008F

Text Example


Text Example

White with #94008F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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