Html Css Color HEX #910491 Dark Magenta

📋 copy color: '#910491'

red 145 ◦ green 4 ◦ blue 145

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

Shades of Dark Magenta #910491

Tints of Dark Magenta #910491

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.36%

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

R = 49.32%
G = 1.36%
B = 49.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#910491 (or 0x910491) is known color: Dark Magenta. HEX triplet: 91, 04 and 91. RGB value is (145,4,145). Sum of RGB (Red+Green+Blue) = 145+4+145=294 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.32% from 294); Green value is 4 (1.95% from 255 or 1.36% from 294); Blue value is 145 (57.03% from 255 or 49.32% from 294); Max value from RGB is 145 - color contains mainly: red, blue. Hex color #910491 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910491 is #6EFB6E. Grayscale: #3D3D3D. Windows color (decimal): -7273327 or 9503889. OLE color: 9503889.

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

Color convert

RGB 145 4 145 -
CMYK 0 0.97 0 0.43
HSL 300º 0.95% 0.29% -
HSV(B) 300º 0.97% 0.57% -
XYZ 16.83 8.15 27.47 -
YUV 62.23 174.71 187.04 -
System Red Green Blue C M Y K H S L
Decimal 145 4 145 0 0.97 0 0.43 300 0.95 0.29
Hex 91 4 91 0 61 0 2B 12C 5F 1D
Octal 221 4 221 0 141 0 53 454 137 35
Binary 10010001 100 10010001 0 1100001 0 101011 100101100 1011111 11101

Color Harmonies of #910491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910491

Black with #910491

Text Example


Text Example

White with #910491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910491; }

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

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

background-color css

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

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

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

border-color css

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

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

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