Html Css Color HEX #91008D Dark Magenta

📋 copy color: '#91008D'

red 145 ◦ green 0 ◦ blue 141

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

Shades of Dark Magenta #91008D

Tints of Dark Magenta #91008D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 50.7%
G = 0%
B = 49.3%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.03

 K value IS 0.43

RGB Variations

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

Color information

#91008D (or 0x91008D) is known color: Dark Magenta. HEX triplet: 91, 00 and 8D. RGB value is (145,0,141). Sum of RGB (Red+Green+Blue) = 145+0+141=286 (37% of max value = 765). Red value is 145 (57.03% from 255 or 50.70% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 141 (55.47% from 255 or 49.30% from 286); Max value from RGB is 145 - color contains mainly: red. Hex color #91008D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #91008D is #6EFF72. Grayscale: #3B3B3B. Windows color (decimal): -7274355 or 9240721. OLE color: 9240721.

HSL color Cylindrical-coordinate representation of color #91008D: hue angle of 301.66º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #91008D is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 0 141 -
CMYK 0 1 0.03 0.43
HSL 301.66º 1% 0.28% -
HSV(B) 301.66º 1% 0.57% -
XYZ 16.48 7.94 25.86 -
YUV 59.43 174.04 189.04 -
System Red Green Blue C M Y K H S L
Decimal 145 0 141 0 1 0.03 0.43 301.66 1 0.28
Hex 91 0 8D 0 64 3 2B 12E 64 1C
Octal 221 0 215 0 144 3 53 456 144 34
Binary 10010001 0 10001101 0 1100100 11 101011 100101110 1100100 11100

Color Harmonies of #91008D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91008D

Black with #91008D

Text Example


Text Example

White with #91008D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91008D; }

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

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

background-color css

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

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

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

border-color css

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

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

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