#940A8B

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

Shades of Dark Magenta #940A8B

Tints of Dark Magenta #940A8B

Color information

#940A8B (or 0x940A8B) is unknown color: approx Dark Magenta. HEX triplet: 94, 0A and 8B. RGB value is (148,10,139). Sum of RGB (Red+Green+Blue) = 148+10+139=297 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.83% from 297); Green value is 10 (4.30% from 255 or 3.37% from 297); Blue value is 139 (54.69% from 255 or 46.80% from 297); Max value from RGB is 148 - color contains mainly: red. Hex color #940A8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940A8B is #6BF574. Grayscale: #414141. Windows color (decimal): -7075189 or 9112212. OLE color: 9112212.

HSL color Cylindrical-coordinate representation of color #940A8B: hue angle of 303.91º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #940A8B is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB14810139-
CMYK00.930.060.42
HSL303.91º87.34%30.98%-
HSV(B)303.91º93.24%58.04%-
XYZ16.988.3825.15-
YUV65.97169.22186.51-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.83%
GREEN value IS 10 (4.30% from 255) = 3.37%
BLUE value IS 139 (54.69% from 255) = 46.80%
R=49.83%
G=3.37%
B=46.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481013900.930.060.42303.9187.3430.98
Hex94A8B05D62A130571f
Octal22412213013565246012737
Binary1001010010101000101101011101110101010100110000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940A8B; }

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

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

<style>
 a { background-color: #940A8B; }

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

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

<style>
 span { border-color: #940A8B; }

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

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