Html Css Color HEX #911076 Dark Purple

📋 copy color: '#911076'

red 145 ◦ green 16 ◦ blue 118

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

Shades of Dark Purple #911076

Tints of Dark Purple #911076

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.73%

 BLUE value IS 118 (46.48% from 255) = 42.29%

R = 51.97%
G = 5.73%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#911076 (or 0x911076) is known color: Dark Purple. HEX triplet: 91, 10 and 76. RGB value is (145,16,118). Sum of RGB (Red+Green+Blue) = 145+16+118=279 (36% of max value = 765). Red value is 145 (57.03% from 255 or 51.97% from 279); Green value is 16 (6.64% from 255 or 5.73% from 279); Blue value is 118 (46.48% from 255 or 42.29% from 279); Max value from RGB is 145 - color contains mainly: red. Hex color #911076 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #911076 is #6EEF89. Grayscale: #414141. Windows color (decimal): -7270282 or 7737489. OLE color: 7737489.

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

Color convert

RGB 145 16 118 -
CMYK 0 0.89 0.19 0.43
HSL 312.56º 0.8% 0.32% -
HSV(B) 312.56º 0.89% 0.57% -
XYZ 15.13 7.7 17.83 -
YUV 66.2 157.24 184.21 -
System Red Green Blue C M Y K H S L
Decimal 145 16 118 0 0.89 0.19 0.43 312.56 0.8 0.32
Hex 91 10 76 0 59 13 2B 139 50 20
Octal 221 20 166 0 131 23 53 471 120 40
Binary 10010001 10000 1110110 0 1011001 10011 101011 100111001 1010000 100000

Color Harmonies of #911076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911076

Black with #911076

Text Example


Text Example

White with #911076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911076; }

 p { color: rgb(145,16,118); }

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

background-color css

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

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

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

border-color css

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

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

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