#96799F

Color #96799F Amethyst Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst Smoke #96799F

Tints of Amethyst Smoke #96799F

Color information

#96799F (or 0x96799F) is unknown color: approx Amethyst Smoke. HEX triplet: 96, 79 and 9F. RGB value is (150,121,159). Sum of RGB (Red+Green+Blue) = 150+121+159=430 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.88% from 430); Green value is 121 (47.66% from 255 or 28.14% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 159 - color contains mainly: blue. Hex color #96799F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96799F is #698660. Grayscale: #858585. Windows color (decimal): -6915681 or 10451350. OLE color: 10451350.

HSL color Cylindrical-coordinate representation of color #96799F: hue angle of 285.79º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #96799F is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB150121159-
CMYK0.060.2400.38
HSL285.79º16.52%54.9%-
HSV(B)285.79º23.9%62.35%-
XYZ25.6722.6635.82-
YUV134142.11139.41-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.88%
GREEN value IS 121 (47.66% from 255) = 28.14%
BLUE value IS 159 (62.5% from 255) = 36.98%
R=34.88%
G=28.14%
B=36.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1501211590.060.2400.38285.7916.5254.9
Hex96799F61802611e1137
Octal2261712376300464362167
Binary1001011011110011001111111011000010011010001111010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96799F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96799F; }

 p { color: rgb(150,121,159); }

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

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

 a { background-color: rgb(150,121,159); }

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

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

 span { border-color: rgb(150,121,159); }

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