Html Css Color HEX #94028C Dark Magenta

📋 copy color: '#94028C'

red 148 ◦ green 2 ◦ blue 140

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

Shades of Dark Magenta #94028C

Tints of Dark Magenta #94028C

RGB

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

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

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

R = 51.03%
G = 0.69%
B = 48.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#94028C (or 0x94028C) is known color: Dark Magenta. HEX triplet: 94, 02 and 8C. RGB value is (148,2,140). Sum of RGB (Red+Green+Blue) = 148+2+140=290 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.03% from 290); Green value is 2 (1.17% from 255 or 0.69% from 290); Blue value is 140 (55.08% from 255 or 48.28% from 290); Max value from RGB is 148 - color contains mainly: red. Hex color #94028C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #94028C is #6BFD73. Grayscale: #3C3C3C. Windows color (decimal): -7077236 or 9175700. OLE color: 9175700.

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

Color convert

RGB 148 2 140 -
CMYK 0 0.99 0.05 0.42
HSL 303.29º 0.97% 0.29% -
HSV(B) 303.29º 0.99% 0.58% -
XYZ 16.97 8.23 25.51 -
YUV 61.39 172.37 189.78 -
System Red Green Blue C M Y K H S L
Decimal 148 2 140 0 0.99 0.05 0.42 303.29 0.97 0.29
Hex 94 2 8C 0 63 5 2A 12F 61 1D
Octal 224 2 214 0 143 5 52 457 141 35
Binary 10010100 10 10001100 0 1100011 101 101010 100101111 1100001 11101

Color Harmonies of #94028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94028C

Black with #94028C

Text Example


Text Example

White with #94028C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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