Html Css Color HEX #911877 Dark Purple

📋 copy color: '#911877'

red 145 ◦ green 24 ◦ blue 119

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

Shades of Dark Purple #911877

Tints of Dark Purple #911877

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.33%

 BLUE value IS 119 (46.88% from 255) = 41.32%

R = 50.35%
G = 8.33%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#911877 (or 0x911877) is known color: Dark Purple. HEX triplet: 91, 18 and 77. RGB value is (145,24,119). Sum of RGB (Red+Green+Blue) = 145+24+119=288 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50.35% from 288); Green value is 24 (9.77% from 255 or 8.33% from 288); Blue value is 119 (46.88% from 255 or 41.32% from 288); Max value from RGB is 145 - color contains mainly: red. Hex color #911877 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #911877 is #6EE788. Grayscale: #464646. Windows color (decimal): -7268233 or 7805073. OLE color: 7805073.

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

Color convert

RGB 145 24 119 -
CMYK 0 0.83 0.18 0.43
HSL 312.89º 0.72% 0.33% -
HSV(B) 312.89º 0.83% 0.57% -
XYZ 15.33 8 18.19 -
YUV 71.01 155.09 180.78 -
System Red Green Blue C M Y K H S L
Decimal 145 24 119 0 0.83 0.18 0.43 312.89 0.72 0.33
Hex 91 18 77 0 53 12 2B 139 48 21
Octal 221 30 167 0 123 22 53 471 110 41
Binary 10010001 11000 1110111 0 1010011 10010 101011 100111001 1001000 100001

Color Harmonies of #911877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911877

Black with #911877

Text Example


Text Example

White with #911877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911877; }

 p { color: rgb(145,24,119); }

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

background-color css

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

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

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

border-color css

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

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

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