Html Css Color HEX #941694 Dark Magenta

📋 copy color: '#941694'

red 148 ◦ green 22 ◦ blue 148

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

Shades of Dark Magenta #941694

Tints of Dark Magenta #941694

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.92%

 BLUE value IS 148 (58.2% from 255) = 46.54%

R = 46.54%
G = 6.92%
B = 46.54%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#941694 (or 0x941694) is known color: Dark Magenta. HEX triplet: 94, 16 and 94. RGB value is (148,22,148). Sum of RGB (Red+Green+Blue) = 148+22+148=318 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.54% from 318); Green value is 22 (8.98% from 255 or 6.92% from 318); Blue value is 148 (58.20% from 255 or 46.54% from 318); Max value from RGB is 148 - color contains mainly: red, blue. Hex color #941694 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #941694 is #6BE96B. Grayscale: #494949. Windows color (decimal): -7072108 or 9705108. OLE color: 9705108.

HSL color Cylindrical-coordinate representation of color #941694: hue angle of 300º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #941694 is Cyan = 0, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 22 148 -
CMYK 0 0.85 0 0.42
HSL 300º 0.74% 0.33% -
HSV(B) 300º 0.85% 0.58% -
XYZ 17.84 9.01 28.82 -
YUV 74.04 169.74 180.75 -
System Red Green Blue C M Y K H S L
Decimal 148 22 148 0 0.85 0 0.42 300 0.74 0.33
Hex 94 16 94 0 55 0 2A 12C 4A 21
Octal 224 26 224 0 125 0 52 454 112 41
Binary 10010100 10110 10010100 0 1010101 0 101010 100101100 1001010 100001

Color Harmonies of #941694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941694

Black with #941694

Text Example


Text Example

White with #941694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941694; }

 p { color: rgb(148,22,148); }

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

background-color css

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

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

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

border-color css

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

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

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