Html Css Color HEX #94009B Dark Magenta

📋 copy color: '#94009B'

red 148 ◦ green 0 ◦ blue 155

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

Shades of Dark Magenta #94009B

Tints of Dark Magenta #94009B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 48.84%
G = 0%
B = 51.16%

CMYK

 C value IS 0.05

 M value IS 1

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#94009B (or 0x94009B) is known color: Dark Magenta. HEX triplet: 94, 00 and 9B. RGB value is (148,0,155). Sum of RGB (Red+Green+Blue) = 148+0+155=303 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.84% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 155 (60.94% from 255 or 51.16% from 303); Max value from RGB is 155 - color contains mainly: blue. Hex color #94009B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #94009B is #6BFF64. Grayscale: #3D3D3D. Windows color (decimal): -7077733 or 10158228. OLE color: 10158228.

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

Color convert

RGB 148 0 155 -
CMYK 0.05 1 0 0.39
HSL 297.29º 1% 0.3% -
HSV(B) 297.29º 1% 0.61% -
XYZ 18.13 8.66 31.73 -
YUV 61.92 180.53 189.4 -
System Red Green Blue C M Y K H S L
Decimal 148 0 155 0.05 1 0 0.39 297.29 1 0.3
Hex 94 0 9B 5 64 0 27 129 64 1E
Octal 224 0 233 5 144 0 47 451 144 36
Binary 10010100 0 10011011 101 1100100 0 100111 100101001 1100100 11110

Color Harmonies of #94009B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94009B

Black with #94009B

Text Example


Text Example

White with #94009B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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