#912173

Color #912173 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #912173

Tints of Dark Purple #912173

Color information

#912173 (or 0x912173) is unknown color: approx Dark Purple. HEX triplet: 91, 21 and 73. RGB value is (145,33,115). Sum of RGB (Red+Green+Blue) = 145+33+115=293 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.49% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 115 (45.31% from 255 or 39.25% from 293); Max value from RGB is 145 - color contains mainly: red. Hex color #912173 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912173 is #6EDE8C. Grayscale: #4B4B4B. Windows color (decimal): -7265933 or 7545233. OLE color: 7545233.

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

Color convert

RGB14533115-
CMYK00.770.210.43
HSL316.07º62.92%34.9%-
HSV(B)316.07º77.24%56.86%-
XYZ15.328.3517.02-
YUV75.84150.11177.33-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 49.49%
GREEN value IS 33 (13.28% from 255) = 11.26%
BLUE value IS 115 (45.31% from 255) = 39.25%
R=49.49%
G=11.26%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1453311500.770.210.43316.0762.9234.9
Hex91217304D152B13c3f23
Octal22141163011525534747743
Binary1001000110000111100110100110110101101011100111100111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912173; }

 p { color: rgb(145,33,115); }

 H1.HeaderClassName
 {
   color: #912173;
 }
 .AnyTagClassName
 {
   color: #912173;
 }
</style>
background-color css

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

 a { background-color: rgb(145,33,115); }

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

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

 span { border-color: rgb(145,33,115); }

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