Html Css Color HEX #94029B Dark Magenta

📋 copy color: '#94029B'

red 148 ◦ green 2 ◦ blue 155

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

Shades of Dark Magenta #94029B

Tints of Dark Magenta #94029B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 50.82%

R = 48.52%
G = 0.66%
B = 50.82%

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

#94029B (or 0x94029B) is known color: Dark Magenta. HEX triplet: 94, 02 and 9B. RGB value is (148,2,155). Sum of RGB (Red+Green+Blue) = 148+2+155=305 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.52% from 305); Green value is 2 (1.17% from 255 or 0.66% from 305); Blue value is 155 (60.94% from 255 or 50.82% from 305); Max value from RGB is 155 - color contains mainly: blue. Hex color #94029B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #94029B is #6BFD64. Grayscale: #3E3E3E. Windows color (decimal): -7077221 or 10158740. OLE color: 10158740.

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

Color convert

RGB 148 2 155 -
CMYK 0.05 0.99 0 0.39
HSL 297.25º 0.97% 0.31% -
HSV(B) 297.25º 0.99% 0.61% -
XYZ 18.15 8.71 31.73 -
YUV 63.1 179.87 188.56 -
System Red Green Blue C M Y K H S L
Decimal 148 2 155 0.05 0.99 0 0.39 297.25 0.97 0.31
Hex 94 2 9B 5 63 0 27 129 61 1F
Octal 224 2 233 5 143 0 47 451 141 37
Binary 10010100 10 10011011 101 1100011 0 100111 100101001 1100001 11111

Color Harmonies of #94029B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94029B

Black with #94029B

Text Example


Text Example

White with #94029B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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