Html Css Color HEX #940DAB Dark Magenta

📋 copy color: '#940DAB'

red 148 ◦ green 13 ◦ blue 171

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

Shades of Dark Magenta #940DAB

Tints of Dark Magenta #940DAB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.92%

 BLUE value IS 171 (67.19% from 255) = 51.51%

R = 44.58%
G = 3.92%
B = 51.51%

CMYK

 C value IS 0.13

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#940DAB (or 0x940DAB) is known color: Dark Magenta. HEX triplet: 94, 0D and AB. RGB value is (148,13,171). Sum of RGB (Red+Green+Blue) = 148+13+171=332 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.58% from 332); Green value is 13 (5.47% from 255 or 3.92% from 332); Blue value is 171 (67.19% from 255 or 51.51% from 332); Max value from RGB is 171 - color contains mainly: blue. Hex color #940DAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940DAB is #6BF254. Grayscale: #464646. Windows color (decimal): -7074389 or 11210132. OLE color: 11210132.

HSL color Cylindrical-coordinate representation of color #940DAB: hue angle of 291.27º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #940DAB is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 13 171 -
CMYK 0.13 0.92 0 0.33
HSL 291.27º 0.86% 0.36% -
HSV(B) 291.27º 0.92% 0.67% -
XYZ 19.71 9.52 39.33 -
YUV 71.38 184.23 182.65 -
System Red Green Blue C M Y K H S L
Decimal 148 13 171 0.13 0.92 0 0.33 291.27 0.86 0.36
Hex 94 D AB D 5C 0 21 123 56 24
Octal 224 15 253 15 134 0 41 443 126 44
Binary 10010100 1101 10101011 1101 1011100 0 100001 100100011 1010110 100100

Color Harmonies of #940DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940DAB

Black with #940DAB

Text Example


Text Example

White with #940DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,13,171); }

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

background-color css

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

 a { background-color: rgb(148,13,171); }

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

border-color css

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

 span { border-color: rgb(148,13,171); }

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