Html Css Color HEX #911272 Dark Purple

📋 copy color: '#911272'

red 145 ◦ green 18 ◦ blue 114

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

Shades of Dark Purple #911272

Tints of Dark Purple #911272

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.5%

 BLUE value IS 114 (44.92% from 255) = 41.16%

R = 52.35%
G = 6.5%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#911272 (or 0x911272) is known color: Dark Purple. HEX triplet: 91, 12 and 72. RGB value is (145,18,114). Sum of RGB (Red+Green+Blue) = 145+18+114=277 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.35% from 277); Green value is 18 (7.42% from 255 or 6.50% from 277); Blue value is 114 (44.92% from 255 or 41.16% from 277); Max value from RGB is 145 - color contains mainly: red. Hex color #911272 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #911272 is #6EED8D. Grayscale: #424242. Windows color (decimal): -7269774 or 7475857. OLE color: 7475857.

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

Color convert

RGB 145 18 114 -
CMYK 0 0.88 0.21 0.43
HSL 314.65º 0.78% 0.32% -
HSV(B) 314.65º 0.88% 0.57% -
XYZ 14.93 7.67 16.61 -
YUV 66.92 154.58 183.69 -
System Red Green Blue C M Y K H S L
Decimal 145 18 114 0 0.88 0.21 0.43 314.65 0.78 0.32
Hex 91 12 72 0 58 15 2B 13B 4E 20
Octal 221 22 162 0 130 25 53 473 116 40
Binary 10010001 10010 1110010 0 1011000 10101 101011 100111011 1001110 100000

Color Harmonies of #911272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911272

Black with #911272

Text Example


Text Example

White with #911272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911272; }

 p { color: rgb(145,18,114); }

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

background-color css

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

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

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

border-color css

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

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

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