Html Css Color HEX #91008F Dark Magenta

📋 copy color: '#91008F'

red 145 ◦ green 0 ◦ blue 143

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

Shades of Dark Magenta #91008F

Tints of Dark Magenta #91008F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 49.65%

R = 50.35%
G = 0%
B = 49.65%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#91008F (or 0x91008F) is known color: Dark Magenta. HEX triplet: 91, 00 and 8F. RGB value is (145,0,143). Sum of RGB (Red+Green+Blue) = 145+0+143=288 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50.35% from 288); Green value is 0 (0.39% from 255 or 0% from 288); Blue value is 143 (56.25% from 255 or 49.65% from 288); Max value from RGB is 145 - color contains mainly: red. Hex color #91008F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #91008F is #6EFF70. Grayscale: #3B3B3B. Windows color (decimal): -7274353 or 9371793. OLE color: 9371793.

HSL color Cylindrical-coordinate representation of color #91008F: hue angle of 300.83º 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 #91008F is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 0 143 -
CMYK 0 1 0.01 0.43
HSL 300.83º 1% 0.28% -
HSV(B) 300.83º 1% 0.57% -
XYZ 16.63 8 26.65 -
YUV 59.66 175.04 188.87 -
System Red Green Blue C M Y K H S L
Decimal 145 0 143 0 1 0.01 0.43 300.83 1 0.28
Hex 91 0 8F 0 64 1 2B 12D 64 1C
Octal 221 0 217 0 144 1 53 455 144 34
Binary 10010001 0 10001111 0 1100100 1 101011 100101101 1100100 11100

Color Harmonies of #91008F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91008F

Black with #91008F

Text Example


Text Example

White with #91008F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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