#9A398B

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

Shades of Dark Purple #9A398B

Tints of Dark Purple #9A398B

Color information

#9A398B (or 0x9A398B) is unknown color: approx Dark Purple. HEX triplet: 9A, 39 and 8B. RGB value is (154,57,139). Sum of RGB (Red+Green+Blue) = 154+57+139=350 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44% from 350); Green value is 57 (22.66% from 255 or 16.29% from 350); Blue value is 139 (54.69% from 255 or 39.71% from 350); Max value from RGB is 154 - color contains mainly: red. Hex color #9A398B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A398B is #65C674. Grayscale: #5F5F5F. Windows color (decimal): -6669941 or 9124250. OLE color: 9124250.

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

Color convert

RGB15457139-
CMYK00.630.100.40
HSL309.28º45.97%41.37%-
HSV(B)309.28º62.99%60.39%-
XYZ19.4511.6625.65-
YUV95.35152.64169.83-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 44%
GREEN value IS 57 (22.66% from 255) = 16.29%
BLUE value IS 139 (54.69% from 255) = 39.71%
R=44%
G=16.29%
B=39.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1545713900.630.100.40309.2845.9741.37
Hex9A398B03FA281352e29
Octal2327121307712504655651
Binary100110101110011000101101111111010101000100110101101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A398B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,57,139); }

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

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

 a { background-color: rgb(154,57,139); }

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

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

 span { border-color: rgb(154,57,139); }

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