Html Css Color HEX #911488 Dark Magenta

📋 copy color: '#911488'

red 145 ◦ green 20 ◦ blue 136

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

Shades of Dark Magenta #911488

Tints of Dark Magenta #911488

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.64%

 BLUE value IS 136 (53.52% from 255) = 45.18%

R = 48.17%
G = 6.64%
B = 45.18%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#911488 (or 0x911488) is known color: Dark Magenta. HEX triplet: 91, 14 and 88. RGB value is (145,20,136). Sum of RGB (Red+Green+Blue) = 145+20+136=301 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.17% from 301); Green value is 20 (8.20% from 255 or 6.64% from 301); Blue value is 136 (53.52% from 255 or 45.18% from 301); Max value from RGB is 145 - color contains mainly: red. Hex color #911488 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #911488 is #6EEB77. Grayscale: #464646. Windows color (decimal): -7269240 or 8918161. OLE color: 8918161.

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

Color convert

RGB 145 20 136 -
CMYK 0 0.86 0.06 0.43
HSL 304.32º 0.76% 0.32% -
HSV(B) 304.32º 0.86% 0.57% -
XYZ 16.37 8.3 24.03 -
YUV 70.6 164.91 181.07 -
System Red Green Blue C M Y K H S L
Decimal 145 20 136 0 0.86 0.06 0.43 304.32 0.76 0.32
Hex 91 14 88 0 56 6 2B 130 4C 20
Octal 221 24 210 0 126 6 53 460 114 40
Binary 10010001 10100 10001000 0 1010110 110 101011 100110000 1001100 100000

Color Harmonies of #911488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911488

Black with #911488

Text Example


Text Example

White with #911488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911488; }

 p { color: rgb(145,20,136); }

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

background-color css

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

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

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

border-color css

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

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

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