Html Css Color HEX #941087 Dark Magenta

📋 copy color: '#941087'

red 148 ◦ green 16 ◦ blue 135

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

Shades of Dark Magenta #941087

Tints of Dark Magenta #941087

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.35%

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

R = 49.5%
G = 5.35%
B = 45.15%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#941087 (or 0x941087) is known color: Dark Magenta. HEX triplet: 94, 10 and 87. RGB value is (148,16,135). Sum of RGB (Red+Green+Blue) = 148+16+135=299 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.50% from 299); Green value is 16 (6.64% from 255 or 5.35% from 299); Blue value is 135 (53.12% from 255 or 45.15% from 299); Max value from RGB is 148 - color contains mainly: red. Hex color #941087 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #941087 is #6BEF78. Grayscale: #444444. Windows color (decimal): -7073657 or 8851604. OLE color: 8851604.

HSL color Cylindrical-coordinate representation of color #941087: hue angle of 305.91º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #941087 is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 16 135 -
CMYK 0 0.89 0.09 0.42
HSL 305.91º 0.8% 0.32% -
HSV(B) 305.91º 0.89% 0.58% -
XYZ 16.77 8.42 23.66 -
YUV 69.03 165.23 184.32 -
System Red Green Blue C M Y K H S L
Decimal 148 16 135 0 0.89 0.09 0.42 305.91 0.8 0.32
Hex 94 10 87 0 59 9 2A 132 50 20
Octal 224 20 207 0 131 11 52 462 120 40
Binary 10010100 10000 10000111 0 1011001 1001 101010 100110010 1010000 100000

Color Harmonies of #941087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941087

Black with #941087

Text Example


Text Example

White with #941087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941087; }

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

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

background-color css

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

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

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

border-color css

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

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

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