Html Css Color HEX #911C9B Dark Magenta

📋 copy color: '#911C9B'

red 145 ◦ green 28 ◦ blue 155

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

Shades of Dark Magenta #911C9B

Tints of Dark Magenta #911C9B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.54%

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

R = 44.21%
G = 8.54%
B = 47.26%

CMYK

 C value IS 0.06

 M value IS 0.82

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#911C9B (or 0x911C9B) is known color: Dark Magenta. HEX triplet: 91, 1C and 9B. RGB value is (145,28,155). Sum of RGB (Red+Green+Blue) = 145+28+155=328 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.21% from 328); Green value is 28 (11.33% from 255 or 8.54% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 155 - color contains mainly: blue. Hex color #911C9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #911C9B is #6EE364. Grayscale: #4D4D4D. Windows color (decimal): -7267173 or 10165393. OLE color: 10165393.

HSL color Cylindrical-coordinate representation of color #911C9B: hue angle of 295.28º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #911C9B is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 145 28 155 -
CMYK 0.06 0.82 0 0.39
HSL 295.28º 0.69% 0.36% -
HSV(B) 295.28º 0.82% 0.61% -
XYZ 18.01 9.22 31.84 -
YUV 77.46 171.76 176.17 -
System Red Green Blue C M Y K H S L
Decimal 145 28 155 0.06 0.82 0 0.39 295.28 0.69 0.36
Hex 91 1C 9B 6 52 0 27 127 45 24
Octal 221 34 233 6 122 0 47 447 105 44
Binary 10010001 11100 10011011 110 1010010 0 100111 100100111 1000101 100100

Color Harmonies of #911C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911C9B

Black with #911C9B

Text Example


Text Example

White with #911C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911C9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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