#9A367F

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

Shades of Dark Purple #9A367F

Tints of Dark Purple #9A367F

Color information

#9A367F (or 0x9A367F) is unknown color: approx Dark Purple. HEX triplet: 9A, 36 and 7F. RGB value is (154,54,127). Sum of RGB (Red+Green+Blue) = 154+54+127=335 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.97% from 335); Green value is 54 (21.48% from 255 or 16.12% from 335); Blue value is 127 (50% from 255 or 37.91% from 335); Max value from RGB is 154 - color contains mainly: red. Hex color #9A367F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A367F is #65C980. Grayscale: #5C5C5C. Windows color (decimal): -6670721 or 8337050. OLE color: 8337050.

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

Color convert

RGB15454127-
CMYK00.650.180.40
HSL316.2º48.08%40.78%-
HSV(B)316.2º64.94%60.39%-
XYZ18.4811.0421.24-
YUV92.22147.63172.06-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.97%
GREEN value IS 54 (21.48% from 255) = 16.12%
BLUE value IS 127 (50% from 255) = 37.91%
R=45.97%
G=16.12%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1545412700.650.180.40316.248.0840.78
Hex9A367F041122813c3029
Octal23266177010122504746051
Binary1001101011011011111110100000110010101000100111100110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A367F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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