Html Css Color HEX #91007C Dark Magenta

📋 copy color: '#91007C'

red 145 ◦ green 0 ◦ blue 124

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

Shades of Dark Magenta #91007C

Tints of Dark Magenta #91007C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 46.1%

R = 53.9%
G = 0%
B = 46.1%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#91007C (or 0x91007C) is known color: Dark Magenta. HEX triplet: 91, 00 and 7C. RGB value is (145,0,124). Sum of RGB (Red+Green+Blue) = 145+0+124=269 (35% of max value = 765). Red value is 145 (57.03% from 255 or 53.90% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 124 (48.83% from 255 or 46.10% from 269); Max value from RGB is 145 - color contains mainly: red. Hex color #91007C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91007C is #6EFF83. Grayscale: #393939. Windows color (decimal): -7274372 or 8126609. OLE color: 8126609.

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

Color convert

RGB 145 0 124 -
CMYK 0 1 0.14 0.43
HSL 308.69º 1% 0.28% -
HSV(B) 308.69º 1% 0.57% -
XYZ 15.32 7.47 19.7 -
YUV 57.49 165.54 190.42 -
System Red Green Blue C M Y K H S L
Decimal 145 0 124 0 1 0.14 0.43 308.69 1 0.28
Hex 91 0 7C 0 64 E 2B 135 64 1C
Octal 221 0 174 0 144 16 53 465 144 34
Binary 10010001 0 1111100 0 1100100 1110 101011 100110101 1100100 11100

Color Harmonies of #91007C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91007C

Black with #91007C

Text Example


Text Example

White with #91007C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91007C; }

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

 H1.HeaderClassName
 {
   color: #91007C;
 }
 .AnyTagClassName
 {
   color: #91007C;
 }
</style>

background-color css

<style>
 a { background-color: #91007C; }

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

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

border-color css

<style>
 span { border-color: #91007C; }

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

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