Html Css Color HEX #931195 Dark Magenta

📋 copy color: '#931195'

red 147 ◦ green 17 ◦ blue 149

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

Shades of Dark Magenta #931195

Tints of Dark Magenta #931195

RGB

 RED value IS 147 (57.81% from 255) = 46.96%

 GREEN value IS 17 (7.03% from 255) = 5.43%

 BLUE value IS 149 (58.59% from 255) = 47.6%

R = 46.96%
G = 5.43%
B = 47.6%

CMYK

 C value IS 0.01

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#931195 (or 0x931195) is known color: Dark Magenta. HEX triplet: 93, 11 and 95. RGB value is (147,17,149). Sum of RGB (Red+Green+Blue) = 147+17+149=313 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.96% from 313); Green value is 17 (7.03% from 255 or 5.43% from 313); Blue value is 149 (58.59% from 255 or 47.60% from 313); Max value from RGB is 149 - color contains mainly: blue. Hex color #931195 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #931195 is #6CEE6A. Grayscale: #464646. Windows color (decimal): -7138923 or 9769363. OLE color: 9769363.

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

Color convert

RGB 147 17 149 -
CMYK 0.01 0.89 0 0.42
HSL 299.09º 0.8% 0.33% -
HSV(B) 299.09º 0.89% 0.58% -
XYZ 17.66 8.77 29.2 -
YUV 70.92 172.07 182.27 -
System Red Green Blue C M Y K H S L
Decimal 147 17 149 0.01 0.89 0 0.42 299.09 0.8 0.33
Hex 93 11 95 1 59 0 2A 12B 50 21
Octal 223 21 225 1 131 0 52 453 120 41
Binary 10010011 10001 10010101 1 1011001 0 101010 100101011 1010000 100001

Color Harmonies of #931195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931195

Black with #931195

Text Example


Text Example

White with #931195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #931195; }

 p { color: rgb(147,17,149); }

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

background-color css

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

 a { background-color: rgb(147,17,149); }

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

border-color css

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

 span { border-color: rgb(147,17,149); }

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