Html Css Color HEX #94028F Dark Magenta

📋 copy color: '#94028F'

red 148 ◦ green 2 ◦ blue 143

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

Shades of Dark Magenta #94028F

Tints of Dark Magenta #94028F

RGB

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

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

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

R = 50.51%
G = 0.68%
B = 48.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#94028F (or 0x94028F) is known color: Dark Magenta. HEX triplet: 94, 02 and 8F. RGB value is (148,2,143). Sum of RGB (Red+Green+Blue) = 148+2+143=293 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.51% from 293); Green value is 2 (1.17% from 255 or 0.68% from 293); Blue value is 143 (56.25% from 255 or 48.81% from 293); Max value from RGB is 148 - color contains mainly: red. Hex color #94028F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #94028F is #6BFD70. Grayscale: #3D3D3D. Windows color (decimal): -7077233 or 9372308. OLE color: 9372308.

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

Color convert

RGB 148 2 143 -
CMYK 0 0.99 0.03 0.42
HSL 302.05º 0.97% 0.29% -
HSV(B) 302.05º 0.99% 0.58% -
XYZ 17.19 8.32 26.69 -
YUV 61.73 173.87 189.54 -
System Red Green Blue C M Y K H S L
Decimal 148 2 143 0 0.99 0.03 0.42 302.05 0.97 0.29
Hex 94 2 8F 0 63 3 2A 12E 61 1D
Octal 224 2 217 0 143 3 52 456 141 35
Binary 10010100 10 10001111 0 1100011 11 101010 100101110 1100001 11101

Color Harmonies of #94028F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94028F

Black with #94028F

Text Example


Text Example

White with #94028F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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