#9A187F

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

Shades of Dark Purple #9A187F

Tints of Dark Purple #9A187F

Color information

#9A187F (or 0x9A187F) is unknown color: approx Dark Purple. HEX triplet: 9A, 18 and 7F. RGB value is (154,24,127). Sum of RGB (Red+Green+Blue) = 154+24+127=305 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.49% from 305); Green value is 24 (9.77% from 255 or 7.87% from 305); Blue value is 127 (50% from 255 or 41.64% from 305); Max value from RGB is 154 - color contains mainly: red. Hex color #9A187F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A187F is #65E780. Grayscale: #4A4A4A. Windows color (decimal): -6678401 or 8329370. OLE color: 8329370.

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

Color convert

RGB15424127-
CMYK00.840.180.40
HSL312.46º73.03%34.9%-
HSV(B)312.46º84.42%60.39%-
XYZ17.489.0620.91-
YUV74.61157.57184.62-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 50.49%
GREEN value IS 24 (9.77% from 255) = 7.87%
BLUE value IS 127 (50% from 255) = 41.64%
R=50.49%
G=7.87%
B=41.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1542412700.840.180.40312.4673.0334.9
Hex9A187F05412281384923
Octal232301770124225047011143
Binary1001101011000111111101010100100101010001001110001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A187F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,24,127); }

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

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

 a { background-color: rgb(154,24,127); }

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

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

 span { border-color: rgb(154,24,127); }

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