Html Css Color HEX #967899 Amethyst Smoke

📋 copy color: '#967899'

red 150 ◦ green 120 ◦ blue 153

#967899
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst Smoke #967899

Tints of Amethyst Smoke #967899

RGB

 RED value IS 150 (58.98% from 255) = 35.46%

 GREEN value IS 120 (47.27% from 255) = 28.37%

 BLUE value IS 153 (60.16% from 255) = 36.17%

R = 35.46%
G = 28.37%
B = 36.17%

CMYK

 C value IS 0.02

 M value IS 0.22

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#967899 (or 0x967899) is known color: Amethyst Smoke. HEX triplet: 96, 78 and 99. RGB value is (150,120,153). Sum of RGB (Red+Green+Blue) = 150+120+153=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 120 (47.27% from 255 or 28.37% from 423); Blue value is 153 (60.16% from 255 or 36.17% from 423); Max value from RGB is 153 - color contains mainly: blue. Hex color #967899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967899 is #698766. Grayscale: #848484. Windows color (decimal): -6915943 or 10057878. OLE color: 10057878.

HSL color Cylindrical-coordinate representation of color #967899: hue angle of 294.55º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #967899 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 150 120 153 -
CMYK 0.02 0.22 0 0.4
HSL 294.55º 0.14% 0.54% -
HSV(B) 294.55º 0.22% 0.6% -
XYZ 25.04 22.22 33.11 -
YUV 132.73 139.44 140.32 -
System Red Green Blue C M Y K H S L
Decimal 150 120 153 0.02 0.22 0 0.4 294.55 0.14 0.54
Hex 96 78 99 2 16 0 28 127 E 36
Octal 226 170 231 2 26 0 50 447 16 66
Binary 10010110 1111000 10011001 10 10110 0 101000 100100111 1110 110110

Color Harmonies of #967899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967899

Black with #967899

Text Example


Text Example

White with #967899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967899; }

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

 H1.HeaderClassName
 {
   color: #967899;
 }
 .AnyTagClassName
 {
   color: #967899;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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