#993A7B

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

Shades of Dark Purple #993A7B

Tints of Dark Purple #993A7B

Color information

#993A7B (or 0x993A7B) is unknown color: approx Dark Purple. HEX triplet: 99, 3A and 7B. RGB value is (153,58,123). Sum of RGB (Red+Green+Blue) = 153+58+123=334 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.81% from 334); Green value is 58 (23.05% from 255 or 17.37% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 153 - color contains mainly: red. Hex color #993A7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993A7B is #66C584. Grayscale: #5D5D5D. Windows color (decimal): -6735237 or 8075929. OLE color: 8075929.

HSL color Cylindrical-coordinate representation of color #993A7B: hue angle of 318.95º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #993A7B is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB15358123-
CMYK00.620.200.4
HSL318.95º45.02%41.37%-
HSV(B)318.95º62.09%60%-
XYZ18.2311.2319.95-
YUV93.82144.47170.21-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.81%
GREEN value IS 58 (23.05% from 255) = 17.37%
BLUE value IS 123 (48.44% from 255) = 36.83%
R=45.81%
G=17.37%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535812300.620.200.4318.9545.0241.37
Hex993A7B03E142813f2d29
Octal2317217307624504775551
Binary100110011110101111011011111010100101000100111111101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993A7B; }

 p { color: rgb(153,58,123); }

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

<style>
 a { background-color: #993A7B; }

 a { background-color: rgb(153,58,123); }

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

<style>
 span { border-color: #993A7B; }

 span { border-color: rgb(153,58,123); }

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