Html Css Color HEX #94099B Dark Magenta

📋 copy color: '#94099B'

red 148 ◦ green 9 ◦ blue 155

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

Shades of Dark Magenta #94099B

Tints of Dark Magenta #94099B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.88%

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

R = 47.44%
G = 2.88%
B = 49.68%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#94099B (or 0x94099B) is known color: Dark Magenta. HEX triplet: 94, 09 and 9B. RGB value is (148,9,155). Sum of RGB (Red+Green+Blue) = 148+9+155=312 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.44% from 312); Green value is 9 (3.91% from 255 or 2.88% from 312); Blue value is 155 (60.94% from 255 or 49.68% from 312); Max value from RGB is 155 - color contains mainly: blue. Hex color #94099B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #94099B is #6BF664. Grayscale: #424242. Windows color (decimal): -7075429 or 10160532. OLE color: 10160532.

HSL color Cylindrical-coordinate representation of color #94099B: hue angle of 297.12º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #94099B is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 148 9 155 -
CMYK 0.05 0.94 0 0.39
HSL 297.12º 0.89% 0.32% -
HSV(B) 297.12º 0.94% 0.61% -
XYZ 18.23 8.86 31.76 -
YUV 67.21 177.55 185.63 -
System Red Green Blue C M Y K H S L
Decimal 148 9 155 0.05 0.94 0 0.39 297.12 0.89 0.32
Hex 94 9 9B 5 5E 0 27 129 59 20
Octal 224 11 233 5 136 0 47 451 131 40
Binary 10010100 1001 10011011 101 1011110 0 100111 100101001 1011001 100000

Color Harmonies of #94099B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94099B

Black with #94099B

Text Example


Text Example

White with #94099B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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