Html Css Color HEX #931D9D Dark Magenta

📋 copy color: '#931D9D'

red 147 ◦ green 29 ◦ blue 157

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

Shades of Dark Magenta #931D9D

Tints of Dark Magenta #931D9D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.71%

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

R = 44.14%
G = 8.71%
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

#931D9D (or 0x931D9D) is known color: Dark Magenta. HEX triplet: 93, 1D and 9D. RGB value is (147,29,157). Sum of RGB (Red+Green+Blue) = 147+29+157=333 (44% of max value = 765). Red value is 147 (57.81% from 255 or 44.14% from 333); Green value is 29 (11.72% from 255 or 8.71% 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 #931D9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #931D9D is #6CE262. Grayscale: #4E4E4E. Windows color (decimal): -7135843 or 10296723. OLE color: 10296723.

HSL color Cylindrical-coordinate representation of color #931D9D: hue angle of 295.31º degrees, saturation: 0.69, 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 #931D9D is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 147 29 157 -
CMYK 0.06 0.82 0 0.38
HSL 295.31º 0.69% 0.36% -
HSV(B) 295.31º 0.82% 0.62% -
XYZ 18.56 9.52 32.76 -
YUV 78.87 172.09 176.59 -
System Red Green Blue C M Y K H S L
Decimal 147 29 157 0.06 0.82 0 0.38 295.31 0.69 0.36
Hex 93 1D 9D 6 52 0 26 127 45 24
Octal 223 35 235 6 122 0 46 447 105 44
Binary 10010011 11101 10011101 110 1010010 0 100110 100100111 1000101 100100

Color Harmonies of #931D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931D9D

Black with #931D9D

Text Example


Text Example

White with #931D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #931D9D; }

 p { color: rgb(147,29,157); }

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

background-color css

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

 a { background-color: rgb(147,29,157); }

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

border-color css

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

 span { border-color: rgb(147,29,157); }

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