Html Css Color HEX #968A9F Amethyst Smoke

📋 copy color: '#968A9F'

red 150 ◦ green 138 ◦ blue 159

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

Shades of Amethyst Smoke #968A9F

Tints of Amethyst Smoke #968A9F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.87%

 BLUE value IS 159 (62.5% from 255) = 35.57%

R = 33.56%
G = 30.87%
B = 35.57%

CMYK

 C value IS 0.06

 M value IS 0.13

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#968A9F (or 0x968A9F) is known color: Amethyst Smoke. HEX triplet: 96, 8A and 9F. RGB value is (150,138,159). Sum of RGB (Red+Green+Blue) = 150+138+159=447 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.56% from 447); Green value is 138 (54.30% from 255 or 30.87% from 447); Blue value is 159 (62.5% from 255 or 35.57% from 447); Max value from RGB is 159 - color contains mainly: blue. Hex color #968A9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968A9F is #697560. Grayscale: #8F8F8F. Windows color (decimal): -6911329 or 10455702. OLE color: 10455702.

HSL color Cylindrical-coordinate representation of color #968A9F: hue angle of 274.29º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #968A9F is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 150 138 159 -
CMYK 0.06 0.13 0 0.38
HSL 274.29º 0.1% 0.58% -
HSV(B) 274.29º 0.13% 0.62% -
XYZ 27.92 27.16 36.57 -
YUV 143.98 136.48 132.29 -
System Red Green Blue C M Y K H S L
Decimal 150 138 159 0.06 0.13 0 0.38 274.29 0.1 0.58
Hex 96 8A 9F 6 D 0 26 112 A 3A
Octal 226 212 237 6 15 0 46 422 12 72
Binary 10010110 10001010 10011111 110 1101 0 100110 100010010 1010 111010

Color Harmonies of #968A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968A9F

Black with #968A9F

Text Example


Text Example

White with #968A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968A9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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