#9A1A7D

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

Shades of Dark Purple #9A1A7D

Tints of Dark Purple #9A1A7D

Color information

#9A1A7D (or 0x9A1A7D) is unknown color: approx Dark Purple. HEX triplet: 9A, 1A and 7D. RGB value is (154,26,125). Sum of RGB (Red+Green+Blue) = 154+26+125=305 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.49% from 305); Green value is 26 (10.55% from 255 or 8.52% from 305); Blue value is 125 (49.22% from 255 or 40.98% from 305); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1A7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A1A7D is #65E582. Grayscale: #4B4B4B. Windows color (decimal): -6677891 or 8198810. OLE color: 8198810.

HSL color Cylindrical-coordinate representation of color #9A1A7D: hue angle of 313.59º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9A1A7D is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB15426125-
CMYK00.830.190.40
HSL313.59º71.11%35.29%-
HSV(B)313.59º83.12%60.39%-
XYZ17.49.0920.24-
YUV75.56155.91183.95-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 50.49%
GREEN value IS 26 (10.55% from 255) = 8.52%
BLUE value IS 125 (49.22% from 255) = 40.98%
R=50.49%
G=8.52%
B=40.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.19
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1542612500.830.190.40313.5971.1135.29
Hex9A1A7D053132813a4723
Octal232321750123235047210743
Binary1001101011010111110101010011100111010001001110101000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A1A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,26,125); }

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

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

 a { background-color: rgb(154,26,125); }

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

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

 span { border-color: rgb(154,26,125); }

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