#94158B

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

Shades of Dark Magenta #94158B

Tints of Dark Magenta #94158B

Color information

#94158B (or 0x94158B) is unknown color: approx Dark Magenta. HEX triplet: 94, 15 and 8B. RGB value is (148,21,139). Sum of RGB (Red+Green+Blue) = 148+21+139=308 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.05% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 139 (54.69% from 255 or 45.13% from 308); Max value from RGB is 148 - color contains mainly: red. Hex color #94158B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #94158B is #6BEA74. Grayscale: #484848. Windows color (decimal): -7072373 or 9115028. OLE color: 9115028.

HSL color Cylindrical-coordinate representation of color #94158B: hue angle of 304.25º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #94158B is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB14821139-
CMYK00.860.060.42
HSL304.25º75.15%33.14%-
HSV(B)304.25º85.81%58.04%-
XYZ17.148.725.2-
YUV72.42165.58181.91-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.05%
GREEN value IS 21 (8.59% from 255) = 6.82%
BLUE value IS 139 (54.69% from 255) = 45.13%
R=48.05%
G=6.82%
B=45.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1482113900.860.060.42304.2575.1533.14
Hex94158B05662A1304b21
Octal22425213012665246011341
Binary100101001010110001011010101101101010101001100001001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94158B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,21,139); }

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

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

 a { background-color: rgb(148,21,139); }

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

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

 span { border-color: rgb(148,21,139); }

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