#9A337B

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

Shades of Dark Purple #9A337B

Tints of Dark Purple #9A337B

Color information

#9A337B (or 0x9A337B) is unknown color: approx Dark Purple. HEX triplet: 9A, 33 and 7B. RGB value is (154,51,123). Sum of RGB (Red+Green+Blue) = 154+51+123=328 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.95% from 328); Green value is 51 (20.31% from 255 or 15.55% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 154 - color contains mainly: red. Hex color #9A337B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A337B is #65CC84. Grayscale: #595959. Windows color (decimal): -6671493 or 8074138. OLE color: 8074138.

HSL color Cylindrical-coordinate representation of color #9A337B: hue angle of 318.06º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9A337B is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB15451123-
CMYK00.670.200.40
HSL318.06º50.24%40.2%-
HSV(B)318.06º66.88%60.39%-
XYZ18.0910.6719.84-
YUV90.01146.62173.65-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 46.95%
GREEN value IS 51 (20.31% from 255) = 15.55%
BLUE value IS 123 (48.44% from 255) = 37.5%
R=46.95%
G=15.55%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1545112300.670.200.40318.0650.2440.2
Hex9A337B043142813e3228
Octal23263173010324504766250
Binary1001101011001111110110100001110100101000100111110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A337B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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