#94089B

Color #94089B Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #94089B

Tints of Dark Magenta #94089B

Color information

#94089B (or 0x94089B) is unknown color: approx Dark Magenta. HEX triplet: 94, 08 and 9B. RGB value is (148,8,155). Sum of RGB (Red+Green+Blue) = 148+8+155=311 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.59% from 311); Green value is 8 (3.52% from 255 or 2.57% from 311); Blue value is 155 (60.94% from 255 or 49.84% from 311); Max value from RGB is 155 - color contains mainly: blue. Hex color #94089B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #94089B is #6BF764. Grayscale: #424242. Windows color (decimal): -7075685 or 10160276. OLE color: 10160276.

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

Color convert

RGB1488155-
CMYK0.050.9500.39
HSL297.14º90.18%31.96%-
HSV(B)297.14º94.84%60.78%-
XYZ18.228.8431.76-
YUV66.62177.88186.05-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.59%
GREEN value IS 8 (3.52% from 255) = 2.57%
BLUE value IS 155 (60.94% from 255) = 49.84%
R=47.59%
G=2.57%
B=49.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal14881550.050.9500.39297.1490.1831.96
Hex9489B55F0271295a20
Octal22410233513704745113240
Binary10010100100010011011101101111101001111001010011011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94089B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #94089B;
 }
 .AnyTagClassName
 {
   color: #94089B;
 }
</style>
background-color css

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

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

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

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

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

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