#9A1F7A

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

Shades of Dark Purple #9A1F7A

Tints of Dark Purple #9A1F7A

Color information

#9A1F7A (or 0x9A1F7A) is unknown color: approx Dark Purple. HEX triplet: 9A, 1F and 7A. RGB value is (154,31,122). Sum of RGB (Red+Green+Blue) = 154+31+122=307 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.16% from 307); Green value is 31 (12.5% from 255 or 10.10% from 307); Blue value is 122 (48.05% from 255 or 39.74% from 307); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1F7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A1F7A is #65E085. Grayscale: #4D4D4D. Windows color (decimal): -6676614 or 8003482. OLE color: 8003482.

HSL color Cylindrical-coordinate representation of color #9A1F7A: hue angle of 315.61º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9A1F7A is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB15431122-
CMYK00.800.210.40
HSL315.61º66.49%36.27%-
HSV(B)315.61º79.87%60.39%-
XYZ17.339.2619.29-
YUV78.15152.75182.1-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 50.16%
GREEN value IS 31 (12.5% from 255) = 10.10%
BLUE value IS 122 (48.05% from 255) = 39.74%
R=50.16%
G=10.10%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1543112200.800.210.40315.6166.4936.27
Hex9A1F7A050152813c4224
Octal232371720120255047410244
Binary1001101011111111101001010000101011010001001111001000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A1F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,31,122); }

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

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

 a { background-color: rgb(154,31,122); }

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

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

 span { border-color: rgb(154,31,122); }

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