#993678

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

Shades of Dark Purple #993678

Tints of Dark Purple #993678

Color information

#993678 (or 0x993678) is unknown color: approx Dark Purple. HEX triplet: 99, 36 and 78. RGB value is (153,54,120). Sum of RGB (Red+Green+Blue) = 153+54+120=327 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.79% from 327); Green value is 54 (21.48% from 255 or 16.51% from 327); Blue value is 120 (47.27% from 255 or 36.70% from 327); Max value from RGB is 153 - color contains mainly: red. Hex color #993678 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993678 is #66C987. Grayscale: #5A5A5A. Windows color (decimal): -6736264 or 7878297. OLE color: 7878297.

HSL color Cylindrical-coordinate representation of color #993678: hue angle of 320º 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 #993678 is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB15354120-
CMYK00.650.220.4
HSL320º47.83%40.59%-
HSV(B)320º64.71%60%-
XYZ17.8510.7718.91-
YUV91.12144.3172.13-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.79%
GREEN value IS 54 (21.48% from 255) = 16.51%
BLUE value IS 120 (47.27% from 255) = 36.70%
R=46.79%
G=16.51%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535412000.650.220.432047.8340.59
Hex99367804116281403029
Octal23166170010126505006051
Binary1001100111011011110000100000110110101000101000000110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993678; }

 p { color: rgb(153,54,120); }

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

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

 a { background-color: rgb(153,54,120); }

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

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

 span { border-color: rgb(153,54,120); }

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