Html Css Color HEX #941096 Dark Magenta

📋 copy color: '#941096'

red 148 ◦ green 16 ◦ blue 150

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

Shades of Dark Magenta #941096

Tints of Dark Magenta #941096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 47.77%

R = 47.13%
G = 5.1%
B = 47.77%

CMYK

 C value IS 0.01

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#941096 (or 0x941096) is known color: Dark Magenta. HEX triplet: 94, 10 and 96. RGB value is (148,16,150). Sum of RGB (Red+Green+Blue) = 148+16+150=314 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.13% from 314); Green value is 16 (6.64% from 255 or 5.10% from 314); Blue value is 150 (58.98% from 255 or 47.77% from 314); Max value from RGB is 150 - color contains mainly: blue. Hex color #941096 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #941096 is #6BEF69. Grayscale: #464646. Windows color (decimal): -7073642 or 9834644. OLE color: 9834644.

HSL color Cylindrical-coordinate representation of color #941096: hue angle of 299.1º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #941096 is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 148 16 150 -
CMYK 0.01 0.89 0 0.41
HSL 299.1º 0.81% 0.33% -
HSV(B) 299.1º 0.89% 0.59% -
XYZ 17.9 8.87 29.62 -
YUV 70.74 172.73 183.1 -
System Red Green Blue C M Y K H S L
Decimal 148 16 150 0.01 0.89 0 0.41 299.1 0.81 0.33
Hex 94 10 96 1 59 0 29 12B 51 21
Octal 224 20 226 1 131 0 51 453 121 41
Binary 10010100 10000 10010110 1 1011001 0 101001 100101011 1010001 100001

Color Harmonies of #941096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941096

Black with #941096

Text Example


Text Example

White with #941096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941096; }

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

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

background-color css

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

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

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

border-color css

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

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

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