Html Css Color HEX #910091 Dark Magenta

📋 copy color: '#910091'

red 145 ◦ green 0 ◦ blue 145

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

Shades of Dark Magenta #910091

Tints of Dark Magenta #910091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 50%

R = 50%
G = 0%
B = 50%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#910091 (or 0x910091) is known color: Dark Magenta. HEX triplet: 91, 00 and 91. RGB value is (145,0,145). Sum of RGB (Red+Green+Blue) = 145+0+145=290 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50% from 290); Green value is 0 (0.39% from 255 or 0% from 290); Blue value is 145 (57.03% from 255 or 50% from 290); Max value from RGB is 145 - color contains mainly: red, blue. Hex color #910091 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910091 is #6EFF6E. Grayscale: #3B3B3B. Windows color (decimal): -7274351 or 9502865. OLE color: 9502865.

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

Color convert

RGB 145 0 145 -
CMYK 0 1 0 0.43
HSL 300º 1% 0.28% -
HSV(B) 300º 1% 0.57% -
XYZ 16.79 8.06 27.46 -
YUV 59.89 176.04 188.71 -
System Red Green Blue C M Y K H S L
Decimal 145 0 145 0 1 0 0.43 300 1 0.28
Hex 91 0 91 0 64 0 2B 12C 64 1C
Octal 221 0 221 0 144 0 53 454 144 34
Binary 10010001 0 10010001 0 1100100 0 101011 100101100 1100100 11100

Color Harmonies of #910091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910091

Black with #910091

Text Example


Text Example

White with #910091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910091; }

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

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

background-color css

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

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

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

border-color css

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

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

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