Html Css Color HEX #91019C Dark Magenta

📋 copy color: '#91019C'

red 145 ◦ green 1 ◦ blue 156

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

Shades of Dark Magenta #91019C

Tints of Dark Magenta #91019C

RGB

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

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

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

R = 48.01%
G = 0.33%
B = 51.66%

CMYK

 C value IS 0.07

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#91019C (or 0x91019C) is known color: Dark Magenta. HEX triplet: 91, 01 and 9C. RGB value is (145,1,156). Sum of RGB (Red+Green+Blue) = 145+1+156=302 (40% of max value = 765). Red value is 145 (57.03% from 255 or 48.01% from 302); Green value is 1 (0.78% from 255 or 0.33% from 302); Blue value is 156 (61.33% from 255 or 51.66% from 302); Max value from RGB is 156 - color contains mainly: blue. Hex color #91019C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #91019C is #6EFE63. Grayscale: #3D3D3D. Windows color (decimal): -7274084 or 10224017. OLE color: 10224017.

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

Color convert

RGB 145 1 156 -
CMYK 0.07 0.99 0 0.39
HSL 295.74º 0.99% 0.31% -
HSV(B) 295.74º 0.99% 0.61% -
XYZ 17.69 8.44 32.15 -
YUV 61.73 181.21 187.4 -
System Red Green Blue C M Y K H S L
Decimal 145 1 156 0.07 0.99 0 0.39 295.74 0.99 0.31
Hex 91 1 9C 7 63 0 27 128 63 1F
Octal 221 1 234 7 143 0 47 450 143 37
Binary 10010001 1 10011100 111 1100011 0 100111 100101000 1100011 11111

Color Harmonies of #91019C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91019C

Black with #91019C

Text Example


Text Example

White with #91019C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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