Html Css Color HEX #940B89 Dark Magenta

📋 copy color: '#940B89'

red 148 ◦ green 11 ◦ blue 137

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

Shades of Dark Magenta #940B89

Tints of Dark Magenta #940B89

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.72%

 BLUE value IS 137 (53.91% from 255) = 46.28%

R = 50%
G = 3.72%
B = 46.28%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#940B89 (or 0x940B89) is known color: Dark Magenta. HEX triplet: 94, 0B and 89. RGB value is (148,11,137). Sum of RGB (Red+Green+Blue) = 148+11+137=296 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50% from 296); Green value is 11 (4.69% from 255 or 3.72% from 296); Blue value is 137 (53.91% from 255 or 46.28% from 296); Max value from RGB is 148 - color contains mainly: red. Hex color #940B89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940B89 is #6BF476. Grayscale: #414141. Windows color (decimal): -7074935 or 8981396. OLE color: 8981396.

HSL color Cylindrical-coordinate representation of color #940B89: hue angle of 304.82º degrees, saturation: 0.86, 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 #940B89 is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 11 137 -
CMYK 0 0.93 0.07 0.42
HSL 304.82º 0.86% 0.31% -
HSV(B) 304.82º 0.93% 0.58% -
XYZ 16.85 8.34 24.39 -
YUV 66.33 167.89 186.25 -
System Red Green Blue C M Y K H S L
Decimal 148 11 137 0 0.93 0.07 0.42 304.82 0.86 0.31
Hex 94 B 89 0 5D 7 2A 131 56 1F
Octal 224 13 211 0 135 7 52 461 126 37
Binary 10010100 1011 10001001 0 1011101 111 101010 100110001 1010110 11111

Color Harmonies of #940B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940B89

Black with #940B89

Text Example


Text Example

White with #940B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,11,137); }

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

background-color css

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

 a { background-color: rgb(148,11,137); }

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

border-color css

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

 span { border-color: rgb(148,11,137); }

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