Html Css Color HEX #940BAE Dark Magenta

📋 copy color: '#940BAE'

red 148 ◦ green 11 ◦ blue 174

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

Shades of Dark Magenta #940BAE

Tints of Dark Magenta #940BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 52.25%

R = 44.44%
G = 3.3%
B = 52.25%

CMYK

 C value IS 0.15

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#940BAE (or 0x940BAE) is known color: Dark Magenta. HEX triplet: 94, 0B and AE. RGB value is (148,11,174). Sum of RGB (Red+Green+Blue) = 148+11+174=333 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.44% from 333); Green value is 11 (4.69% from 255 or 3.30% from 333); Blue value is 174 (68.36% from 255 or 52.25% from 333); Max value from RGB is 174 - color contains mainly: blue. Hex color #940BAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940BAE is #6BF451. Grayscale: #464646. Windows color (decimal): -7074898 or 11406228. OLE color: 11406228.

HSL color Cylindrical-coordinate representation of color #940BAE: hue angle of 290.43º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #940BAE is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 148 11 174 -
CMYK 0.15 0.94 0 0.32
HSL 290.43º 0.88% 0.36% -
HSV(B) 290.43º 0.94% 0.68% -
XYZ 19.97 9.59 40.84 -
YUV 70.55 186.39 183.25 -
System Red Green Blue C M Y K H S L
Decimal 148 11 174 0.15 0.94 0 0.32 290.43 0.88 0.36
Hex 94 B AE F 5E 0 20 122 58 24
Octal 224 13 256 17 136 0 40 442 130 44
Binary 10010100 1011 10101110 1111 1011110 0 100000 100100010 1011000 100100

Color Harmonies of #940BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940BAE

Black with #940BAE

Text Example


Text Example

White with #940BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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