Html Css Color HEX #91009C Dark Magenta

📋 copy color: '#91009C'

red 145 ◦ green 0 ◦ blue 156

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

Shades of Dark Magenta #91009C

Tints of Dark Magenta #91009C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 51.83%

R = 48.17%
G = 0%
B = 51.83%

CMYK

 C value IS 0.07

 M value IS 1

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#91009C (or 0x91009C) is known color: Dark Magenta. HEX triplet: 91, 00 and 9C. RGB value is (145,0,156). Sum of RGB (Red+Green+Blue) = 145+0+156=301 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.17% from 301); Green value is 0 (0.39% from 255 or 0% from 301); Blue value is 156 (61.33% from 255 or 51.83% from 301); Max value from RGB is 156 - color contains mainly: blue. Hex color #91009C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #91009C is #6EFF63. Grayscale: #3C3C3C. Windows color (decimal): -7274340 or 10223761. OLE color: 10223761.

HSL color Cylindrical-coordinate representation of color #91009C: hue angle of 295.77º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #91009C is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 145 0 156 -
CMYK 0.07 1 0 0.39
HSL 295.77º 1% 0.31% -
HSV(B) 295.77º 1% 0.61% -
XYZ 17.68 8.42 32.15 -
YUV 61.14 181.54 187.82 -
System Red Green Blue C M Y K H S L
Decimal 145 0 156 0.07 1 0 0.39 295.77 1 0.31
Hex 91 0 9C 7 64 0 27 128 64 1F
Octal 221 0 234 7 144 0 47 450 144 37
Binary 10010001 0 10011100 111 1100100 0 100111 100101000 1100100 11111

Color Harmonies of #91009C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91009C

Black with #91009C

Text Example


Text Example

White with #91009C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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