Html Css Color HEX #91098A Dark Magenta

📋 copy color: '#91098A'

red 145 ◦ green 9 ◦ blue 138

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

Shades of Dark Magenta #91098A

Tints of Dark Magenta #91098A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 47.26%

R = 49.66%
G = 3.08%
B = 47.26%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.05

 K value IS 0.43

RGB Variations

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

Color information

#91098A (or 0x91098A) is known color: Dark Magenta. HEX triplet: 91, 09 and 8A. RGB value is (145,9,138). Sum of RGB (Red+Green+Blue) = 145+9+138=292 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.66% from 292); Green value is 9 (3.91% from 255 or 3.08% from 292); Blue value is 138 (54.30% from 255 or 47.26% from 292); Max value from RGB is 145 - color contains mainly: red. Hex color #91098A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #91098A is #6EF675. Grayscale: #3F3F3F. Windows color (decimal): -7272054 or 9046417. OLE color: 9046417.

HSL color Cylindrical-coordinate representation of color #91098A: hue angle of 303.09º 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 #91098A is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 9 138 -
CMYK 0 0.94 0.05 0.43
HSL 303.09º 0.88% 0.3% -
HSV(B) 303.09º 0.94% 0.57% -
XYZ 16.36 8.05 24.74 -
YUV 64.37 169.56 185.51 -
System Red Green Blue C M Y K H S L
Decimal 145 9 138 0 0.94 0.05 0.43 303.09 0.88 0.3
Hex 91 9 8A 0 5E 5 2B 12F 58 1E
Octal 221 11 212 0 136 5 53 457 130 36
Binary 10010001 1001 10001010 0 1011110 101 101011 100101111 1011000 11110

Color Harmonies of #91098A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91098A

Black with #91098A

Text Example


Text Example

White with #91098A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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