Html Css Color HEX #91019B Dark Magenta

📋 copy color: '#91019B'

red 145 ◦ green 1 ◦ blue 155

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

Shades of Dark Magenta #91019B

Tints of Dark Magenta #91019B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 51.5%

R = 48.17%
G = 0.33%
B = 51.5%

CMYK

 C value IS 0.06

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#91019B (or 0x91019B) is known color: Dark Magenta. HEX triplet: 91, 01 and 9B. RGB value is (145,1,155). Sum of RGB (Red+Green+Blue) = 145+1+155=301 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.17% from 301); Green value is 1 (0.78% from 255 or 0.33% from 301); Blue value is 155 (60.94% from 255 or 51.50% from 301); Max value from RGB is 155 - color contains mainly: blue. Hex color #91019B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #91019B is #6EFE64. Grayscale: #3D3D3D. Windows color (decimal): -7274085 or 10158481. OLE color: 10158481.

HSL color Cylindrical-coordinate representation of color #91019B: hue angle of 296.1º 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 #91019B is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 145 1 155 -
CMYK 0.06 0.99 0 0.39
HSL 296.1º 0.99% 0.31% -
HSV(B) 296.1º 0.99% 0.61% -
XYZ 17.6 8.41 31.71 -
YUV 61.61 180.71 187.48 -
System Red Green Blue C M Y K H S L
Decimal 145 1 155 0.06 0.99 0 0.39 296.1 0.99 0.31
Hex 91 1 9B 6 63 0 27 128 63 1F
Octal 221 1 233 6 143 0 47 450 143 37
Binary 10010001 1 10011011 110 1100011 0 100111 100101000 1100011 11111

Color Harmonies of #91019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91019B

Black with #91019B

Text Example


Text Example

White with #91019B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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