#9a1f7b

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

Shades of Dark Purple #9A1F7B

Tints of Dark Purple #9A1F7B

Color information

#9A1F7B (or 0x9A1F7B) is unknown color: approx Dark Purple. HEX triplet: 9A, 1F and 7B. RGB value is (154,31,123). Sum of RGB (Red+Green+Blue) = 154+31+123=308 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50% from 308); Green value is 31 (12.5% from 255 or 10.06% from 308); Blue value is 123 (48.44% from 255 or 39.94% from 308); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1F7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A1F7B is #65E084. Grayscale: #4E4E4E. Windows color (decimal): -6676613 or 8069018. OLE color: 8069018.

HSL color Cylindrical-coordinate representation of color #9A1F7B: hue angle of 315.12º 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 #9A1F7B is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB15431123-
CMYK00.800.200.40
HSL315.12º66.49%36.27%-
HSV(B)315.12º79.87%60.39%-
XYZ17.399.2819.61-
YUV78.26153.25182.02-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 50%
GREEN value IS 31 (12.5% from 255) = 10.06%
BLUE value IS 123 (48.44% from 255) = 39.94%
R=50%
G=10.06%
B=39.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1543112300.800.200.40315.1266.4936.27
Hex9A1F7B050142813b4224
Octal232371730120245047310244
Binary1001101011111111101101010000101001010001001110111000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9a1f7b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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