Html Css Color HEX #94029C Dark Magenta

📋 copy color: '#94029C'

red 148 ◦ green 2 ◦ blue 156

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

Shades of Dark Magenta #94029C

Tints of Dark Magenta #94029C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 50.98%

R = 48.37%
G = 0.65%
B = 50.98%

CMYK

 C value IS 0.05

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#94029C (or 0x94029C) is known color: Dark Magenta. HEX triplet: 94, 02 and 9C. RGB value is (148,2,156). Sum of RGB (Red+Green+Blue) = 148+2+156=306 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.37% from 306); Green value is 2 (1.17% from 255 or 0.65% from 306); Blue value is 156 (61.33% from 255 or 50.98% from 306); Max value from RGB is 156 - color contains mainly: blue. Hex color #94029C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #94029C is #6BFD63. Grayscale: #3E3E3E. Windows color (decimal): -7077220 or 10224276. OLE color: 10224276.

HSL color Cylindrical-coordinate representation of color #94029C: hue angle of 296.88º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #94029C is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 148 2 156 -
CMYK 0.05 0.99 0 0.39
HSL 296.88º 0.97% 0.31% -
HSV(B) 296.88º 0.99% 0.61% -
XYZ 18.24 8.74 32.18 -
YUV 63.21 180.37 188.48 -
System Red Green Blue C M Y K H S L
Decimal 148 2 156 0.05 0.99 0 0.39 296.88 0.97 0.31
Hex 94 2 9C 5 63 0 27 129 61 1F
Octal 224 2 234 5 143 0 47 451 141 37
Binary 10010100 10 10011100 101 1100011 0 100111 100101001 1100001 11111

Color Harmonies of #94029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94029C

Black with #94029C

Text Example


Text Example

White with #94029C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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