Html Css Color HEX #940BA9 Dark Magenta

📋 copy color: '#940BA9'

red 148 ◦ green 11 ◦ blue 169

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

Shades of Dark Magenta #940BA9

Tints of Dark Magenta #940BA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 51.52%

R = 45.12%
G = 3.35%
B = 51.52%

CMYK

 C value IS 0.12

 M value IS 0.93

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#940BA9 (or 0x940BA9) is known color: Dark Magenta. HEX triplet: 94, 0B and A9. RGB value is (148,11,169). Sum of RGB (Red+Green+Blue) = 148+11+169=328 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.12% from 328); Green value is 11 (4.69% from 255 or 3.35% from 328); Blue value is 169 (66.41% from 255 or 51.52% from 328); Max value from RGB is 169 - color contains mainly: blue. Hex color #940BA9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940BA9 is #6BF456. Grayscale: #454545. Windows color (decimal): -7074903 or 11078548. OLE color: 11078548.

HSL color Cylindrical-coordinate representation of color #940BA9: hue angle of 292.03º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #940BA9 is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 148 11 169 -
CMYK 0.12 0.93 0 0.34
HSL 292.03º 0.88% 0.35% -
HSV(B) 292.03º 0.93% 0.66% -
XYZ 19.49 9.4 38.32 -
YUV 69.98 183.89 183.65 -
System Red Green Blue C M Y K H S L
Decimal 148 11 169 0.12 0.93 0 0.34 292.03 0.88 0.35
Hex 94 B A9 C 5D 0 22 124 58 23
Octal 224 13 251 14 135 0 42 444 130 43
Binary 10010100 1011 10101001 1100 1011101 0 100010 100100100 1011000 100011

Color Harmonies of #940BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940BA9

Black with #940BA9

Text Example


Text Example

White with #940BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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