#9A318B

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

Shades of Dark Purple #9A318B

Tints of Dark Purple #9A318B

Color information

#9A318B (or 0x9A318B) is unknown color: approx Dark Purple. HEX triplet: 9A, 31 and 8B. RGB value is (154,49,139). Sum of RGB (Red+Green+Blue) = 154+49+139=342 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.03% from 342); Green value is 49 (19.53% from 255 or 14.33% from 342); Blue value is 139 (54.69% from 255 or 40.64% from 342); Max value from RGB is 154 - color contains mainly: red. Hex color #9A318B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A318B is #65CE74. Grayscale: #5A5A5A. Windows color (decimal): -6671989 or 9122202. OLE color: 9122202.

HSL color Cylindrical-coordinate representation of color #9A318B: hue angle of 308.57º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9A318B is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB15449139-
CMYK00.680.100.40
HSL308.57º51.72%39.8%-
HSV(B)308.57º68.18%60.39%-
XYZ19.0810.9325.53-
YUV90.66155.29173.18-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.03%
GREEN value IS 49 (19.53% from 255) = 14.33%
BLUE value IS 139 (54.69% from 255) = 40.64%
R=45.03%
G=14.33%
B=40.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1544913900.680.100.40308.5751.7239.8
Hex9A318B044A281353428
Octal23261213010412504656450
Binary1001101011000110001011010001001010101000100110101110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A318B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A318B; }

 p { color: rgb(154,49,139); }

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

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

 a { background-color: rgb(154,49,139); }

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

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

 span { border-color: rgb(154,49,139); }

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