Html Css Color HEX #941C9D Dark Magenta

📋 copy color: '#941C9D'

red 148 ◦ green 28 ◦ blue 157

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

Shades of Dark Magenta #941C9D

Tints of Dark Magenta #941C9D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.41%

 BLUE value IS 157 (61.72% from 255) = 47.15%

R = 44.44%
G = 8.41%
B = 47.15%

CMYK

 C value IS 0.06

 M value IS 0.82

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#941C9D (or 0x941C9D) is known color: Dark Magenta. HEX triplet: 94, 1C and 9D. RGB value is (148,28,157). Sum of RGB (Red+Green+Blue) = 148+28+157=333 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.44% from 333); Green value is 28 (11.33% from 255 or 8.41% from 333); Blue value is 157 (61.72% from 255 or 47.15% from 333); Max value from RGB is 157 - color contains mainly: blue. Hex color #941C9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #941C9D is #6BE362. Grayscale: #4E4E4E. Windows color (decimal): -7070563 or 10296468. OLE color: 10296468.

HSL color Cylindrical-coordinate representation of color #941C9D: hue angle of 295.81º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #941C9D is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 148 28 157 -
CMYK 0.06 0.82 0 0.38
HSL 295.81º 0.7% 0.36% -
HSV(B) 295.81º 0.82% 0.62% -
XYZ 18.71 9.56 32.76 -
YUV 78.59 172.26 177.51 -
System Red Green Blue C M Y K H S L
Decimal 148 28 157 0.06 0.82 0 0.38 295.81 0.7 0.36
Hex 94 1C 9D 6 52 0 26 128 46 24
Octal 224 34 235 6 122 0 46 450 106 44
Binary 10010100 11100 10011101 110 1010010 0 100110 100101000 1000110 100100

Color Harmonies of #941C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941C9D

Black with #941C9D

Text Example


Text Example

White with #941C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941C9D; }

 p { color: rgb(148,28,157); }

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

background-color css

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

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

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

border-color css

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

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

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