Html Css Color HEX #940988 Dark Magenta

📋 copy color: '#940988'

red 148 ◦ green 9 ◦ blue 136

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

Shades of Dark Magenta #940988

Tints of Dark Magenta #940988

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.07%

 BLUE value IS 136 (53.52% from 255) = 46.42%

R = 50.51%
G = 3.07%
B = 46.42%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#940988 (or 0x940988) is known color: Dark Magenta. HEX triplet: 94, 09 and 88. RGB value is (148,9,136). Sum of RGB (Red+Green+Blue) = 148+9+136=293 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.51% from 293); Green value is 9 (3.91% from 255 or 3.07% from 293); Blue value is 136 (53.52% from 255 or 46.42% from 293); Max value from RGB is 148 - color contains mainly: red. Hex color #940988 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940988 is #6BF677. Grayscale: #404040. Windows color (decimal): -7075448 or 8915348. OLE color: 8915348.

HSL color Cylindrical-coordinate representation of color #940988: hue angle of 305.18º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #940988 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 9 136 -
CMYK 0 0.94 0.08 0.42
HSL 305.18º 0.89% 0.31% -
HSV(B) 305.18º 0.94% 0.58% -
XYZ 16.75 8.27 24.01 -
YUV 65.04 168.05 187.17 -
System Red Green Blue C M Y K H S L
Decimal 148 9 136 0 0.94 0.08 0.42 305.18 0.89 0.31
Hex 94 9 88 0 5E 8 2A 131 59 1F
Octal 224 11 210 0 136 10 52 461 131 37
Binary 10010100 1001 10001000 0 1011110 1000 101010 100110001 1011001 11111

Color Harmonies of #940988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940988

Black with #940988

Text Example


Text Example

White with #940988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940988; }

 p { color: rgb(148,9,136); }

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

background-color css

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

 a { background-color: rgb(148,9,136); }

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

border-color css

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

 span { border-color: rgb(148,9,136); }

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