Html Css Color HEX #910E8D Dark Magenta

📋 copy color: '#910E8D'

red 145 ◦ green 14 ◦ blue 141

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

Shades of Dark Magenta #910E8D

Tints of Dark Magenta #910E8D

RGB

 RED value IS 145 (57.03% from 255) = 48.33%

 GREEN value IS 14 (5.86% from 255) = 4.67%

 BLUE value IS 141 (55.47% from 255) = 47%

R = 48.33%
G = 4.67%
B = 47%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.03

 K value IS 0.43

RGB Variations

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

Color information

#910E8D (or 0x910E8D) is known color: Dark Magenta. HEX triplet: 91, 0E and 8D. RGB value is (145,14,141). Sum of RGB (Red+Green+Blue) = 145+14+141=300 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.33% from 300); Green value is 14 (5.86% from 255 or 4.67% from 300); Blue value is 141 (55.47% from 255 or 47% from 300); Max value from RGB is 145 - color contains mainly: red. Hex color #910E8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910E8D is #6EF172. Grayscale: #434343. Windows color (decimal): -7270771 or 9244305. OLE color: 9244305.

HSL color Cylindrical-coordinate representation of color #910E8D: hue angle of 301.83º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #910E8D is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 14 141 -
CMYK 0 0.90 0.03 0.43
HSL 301.83º 0.82% 0.31% -
HSV(B) 301.83º 0.9% 0.57% -
XYZ 16.64 8.26 25.92 -
YUV 67.65 169.4 183.17 -
System Red Green Blue C M Y K H S L
Decimal 145 14 141 0 0.90 0.03 0.43 301.83 0.82 0.31
Hex 91 E 8D 0 5A 3 2B 12E 52 1F
Octal 221 16 215 0 132 3 53 456 122 37
Binary 10010001 1110 10001101 0 1011010 11 101011 100101110 1010010 11111

Color Harmonies of #910E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910E8D

Black with #910E8D

Text Example


Text Example

White with #910E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910E8D; }

 p { color: rgb(145,14,141); }

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

background-color css

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

 a { background-color: rgb(145,14,141); }

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

border-color css

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

 span { border-color: rgb(145,14,141); }

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