#912373

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

Shades of Dark Purple #912373

Tints of Dark Purple #912373

Color information

#912373 (or 0x912373) is unknown color: approx Dark Purple. HEX triplet: 91, 23 and 73. RGB value is (145,35,115). Sum of RGB (Red+Green+Blue) = 145+35+115=295 (39% of max value = 765). Red value is 145 (57.03% from 255 or 49.15% from 295); Green value is 35 (14.06% from 255 or 11.86% from 295); Blue value is 115 (45.31% from 255 or 38.98% from 295); Max value from RGB is 145 - color contains mainly: red. Hex color #912373 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912373 is #6EDC8C. Grayscale: #4C4C4C. Windows color (decimal): -7265421 or 7545745. OLE color: 7545745.

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

Color convert

RGB14535115-
CMYK00.760.210.43
HSL316.36º61.11%35.29%-
HSV(B)316.36º75.86%56.86%-
XYZ15.378.4617.04-
YUV77.01149.44176.5-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 49.15%
GREEN value IS 35 (14.06% from 255) = 11.86%
BLUE value IS 115 (45.31% from 255) = 38.98%
R=49.15%
G=11.86%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1453511500.760.210.43316.3661.1135.29
Hex91237304C152B13c3d23
Octal22143163011425534747543
Binary1001000110001111100110100110010101101011100111100111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912373; }

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

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

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

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

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

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

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

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