Html Css Color HEX #910191 Dark Magenta

📋 copy color: '#910191'

red 145 ◦ green 1 ◦ blue 145

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

Shades of Dark Magenta #910191

Tints of Dark Magenta #910191

RGB

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

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

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

R = 49.83%
G = 0.34%
B = 49.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#910191 (or 0x910191) is known color: Dark Magenta. HEX triplet: 91, 01 and 91. RGB value is (145,1,145). Sum of RGB (Red+Green+Blue) = 145+1+145=291 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.83% from 291); Green value is 1 (0.78% from 255 or 0.34% from 291); Blue value is 145 (57.03% from 255 or 49.83% from 291); Max value from RGB is 145 - color contains mainly: red, blue. Hex color #910191 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910191 is #6EFE6E. Grayscale: #3C3C3C. Windows color (decimal): -7274095 or 9503121. OLE color: 9503121.

HSL color Cylindrical-coordinate representation of color #910191: hue angle of 300º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #910191 is Cyan = 0, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 1 145 -
CMYK 0 0.99 0 0.43
HSL 300º 0.99% 0.29% -
HSV(B) 300º 0.99% 0.57% -
XYZ 16.8 8.09 27.46 -
YUV 60.47 175.71 188.29 -
System Red Green Blue C M Y K H S L
Decimal 145 1 145 0 0.99 0 0.43 300 0.99 0.29
Hex 91 1 91 0 63 0 2B 12C 63 1D
Octal 221 1 221 0 143 0 53 454 143 35
Binary 10010001 1 10010001 0 1100011 0 101011 100101100 1100011 11101

Color Harmonies of #910191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910191

Black with #910191

Text Example


Text Example

White with #910191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910191; }

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

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

background-color css

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

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

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

border-color css

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

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

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