Html Css Color HEX #91017D Dark Magenta

📋 copy color: '#91017D'

red 145 ◦ green 1 ◦ blue 125

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

Shades of Dark Magenta #91017D

Tints of Dark Magenta #91017D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

 BLUE value IS 125 (49.22% from 255) = 46.13%

R = 53.51%
G = 0.37%
B = 46.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#91017D (or 0x91017D) is known color: Dark Magenta. HEX triplet: 91, 01 and 7D. RGB value is (145,1,125). Sum of RGB (Red+Green+Blue) = 145+1+125=271 (35% of max value = 765). Red value is 145 (57.03% from 255 or 53.51% from 271); Green value is 1 (0.78% from 255 or 0.37% from 271); Blue value is 125 (49.22% from 255 or 46.13% from 271); Max value from RGB is 145 - color contains mainly: red. Hex color #91017D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91017D is #6EFE82. Grayscale: #393939. Windows color (decimal): -7274115 or 8192401. OLE color: 8192401.

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

Color convert

RGB 145 1 125 -
CMYK 0 0.99 0.14 0.43
HSL 308.33º 0.99% 0.29% -
HSV(B) 308.33º 0.99% 0.57% -
XYZ 15.39 7.52 20.04 -
YUV 58.19 165.71 189.92 -
System Red Green Blue C M Y K H S L
Decimal 145 1 125 0 0.99 0.14 0.43 308.33 0.99 0.29
Hex 91 1 7D 0 63 E 2B 134 63 1D
Octal 221 1 175 0 143 16 53 464 143 35
Binary 10010001 1 1111101 0 1100011 1110 101011 100110100 1100011 11101

Color Harmonies of #91017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91017D

Black with #91017D

Text Example


Text Example

White with #91017D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,1,125); }

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

background-color css

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

 a { background-color: rgb(145,1,125); }

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

border-color css

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

 span { border-color: rgb(145,1,125); }

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