Html Css Color HEX #940B87 Dark Magenta

📋 copy color: '#940B87'

red 148 ◦ green 11 ◦ blue 135

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

Shades of Dark Magenta #940B87

Tints of Dark Magenta #940B87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 45.92%

R = 50.34%
G = 3.74%
B = 45.92%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#940B87 (or 0x940B87) is known color: Dark Magenta. HEX triplet: 94, 0B and 87. RGB value is (148,11,135). Sum of RGB (Red+Green+Blue) = 148+11+135=294 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.34% from 294); Green value is 11 (4.69% from 255 or 3.74% from 294); Blue value is 135 (53.12% from 255 or 45.92% from 294); Max value from RGB is 148 - color contains mainly: red. Hex color #940B87 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940B87 is #6BF478. Grayscale: #414141. Windows color (decimal): -7074937 or 8850324. OLE color: 8850324.

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

Color convert

RGB 148 11 135 -
CMYK 0 0.93 0.09 0.42
HSL 305.69º 0.86% 0.31% -
HSV(B) 305.69º 0.93% 0.58% -
XYZ 16.71 8.28 23.64 -
YUV 66.1 166.89 186.42 -
System Red Green Blue C M Y K H S L
Decimal 148 11 135 0 0.93 0.09 0.42 305.69 0.86 0.31
Hex 94 B 87 0 5D 9 2A 132 56 1F
Octal 224 13 207 0 135 11 52 462 126 37
Binary 10010100 1011 10000111 0 1011101 1001 101010 100110010 1010110 11111

Color Harmonies of #940B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940B87

Black with #940B87

Text Example


Text Example

White with #940B87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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