#95769B

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

Shades of Amethyst Smoke #95769B

Tints of Amethyst Smoke #95769B

Color information

#95769B (or 0x95769B) is unknown color: approx Amethyst Smoke. HEX triplet: 95, 76 and 9B. RGB value is (149,118,155). Sum of RGB (Red+Green+Blue) = 149+118+155=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 118 (46.48% from 255 or 27.96% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 155 - color contains mainly: blue. Hex color #95769B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95769B is #6A8964. Grayscale: #838383. Windows color (decimal): -6981989 or 10188437. OLE color: 10188437.

HSL color Cylindrical-coordinate representation of color #95769B: hue angle of 290.27º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #95769B is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB149118155-
CMYK0.040.2400.39
HSL290.27º15.61%53.53%-
HSV(B)290.27º23.87%60.78%-
XYZ24.7921.7133.89-
YUV131.49141.27140.49-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.31%
GREEN value IS 118 (46.48% from 255) = 27.96%
BLUE value IS 155 (60.94% from 255) = 36.73%
R=35.31%
G=27.96%
B=36.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1491181550.040.2400.39290.2715.6153.53
Hex95769B4180271221036
Octal2251662334300474422066
Binary1001010111101101001101110011000010011110010001010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95769B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95769B; }

 p { color: rgb(149,118,155); }

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

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

 a { background-color: rgb(149,118,155); }

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

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

 span { border-color: rgb(149,118,155); }

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