#940898

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

Shades of Dark Magenta #940898

Tints of Dark Magenta #940898

Color information

#940898 (or 0x940898) is unknown color: approx Dark Magenta. HEX triplet: 94, 08 and 98. RGB value is (148,8,152). Sum of RGB (Red+Green+Blue) = 148+8+152=308 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.05% from 308); Green value is 8 (3.52% from 255 or 2.60% from 308); Blue value is 152 (59.77% from 255 or 49.35% from 308); Max value from RGB is 152 - color contains mainly: blue. Hex color #940898 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940898 is #6BF767. Grayscale: #414141. Windows color (decimal): -7075688 or 9963668. OLE color: 9963668.

HSL color Cylindrical-coordinate representation of color #940898: hue angle of 298.33º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #940898 is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1488152-
CMYK0.030.9500.40
HSL298.33º90%31.37%-
HSV(B)298.33º94.74%59.61%-
XYZ17.978.7430.45-
YUV66.28176.38186.29-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.05%
GREEN value IS 8 (3.52% from 255) = 2.60%
BLUE value IS 152 (59.77% from 255) = 49.35%
R=48.05%
G=2.60%
B=49.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal14881520.030.9500.40298.339031.37
Hex9489835F02812a5a1f
Octal22410230313705045213237
Binary100101001000100110001110111110101000100101010101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940898; }

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

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

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

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

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

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

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

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