Html Css Color HEX #91098D Dark Magenta

📋 copy color: '#91098D'

red 145 ◦ green 9 ◦ blue 141

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

Shades of Dark Magenta #91098D

Tints of Dark Magenta #91098D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.05%

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

R = 49.15%
G = 3.05%
B = 47.8%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.43

RGB Variations

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

Color information

#91098D (or 0x91098D) is known color: Dark Magenta. HEX triplet: 91, 09 and 8D. RGB value is (145,9,141). Sum of RGB (Red+Green+Blue) = 145+9+141=295 (39% of max value = 765). Red value is 145 (57.03% from 255 or 49.15% from 295); Green value is 9 (3.91% from 255 or 3.05% from 295); Blue value is 141 (55.47% from 255 or 47.80% from 295); Max value from RGB is 145 - color contains mainly: red. Hex color #91098D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #91098D is #6EF672. Grayscale: #404040. Windows color (decimal): -7272051 or 9243025. OLE color: 9243025.

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

Color convert

RGB 145 9 141 -
CMYK 0 0.94 0.03 0.43
HSL 301.76º 0.88% 0.3% -
HSV(B) 301.76º 0.94% 0.57% -
XYZ 16.58 8.14 25.9 -
YUV 64.71 171.06 185.27 -
System Red Green Blue C M Y K H S L
Decimal 145 9 141 0 0.94 0.03 0.43 301.76 0.88 0.3
Hex 91 9 8D 0 5E 3 2B 12E 58 1E
Octal 221 11 215 0 136 3 53 456 130 36
Binary 10010001 1001 10001101 0 1011110 11 101011 100101110 1011000 11110

Color Harmonies of #91098D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91098D

Black with #91098D

Text Example


Text Example

White with #91098D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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