Html Css Color HEX #917996 Amethyst Smoke

📋 copy color: '#917996'

red 145 ◦ green 121 ◦ blue 150

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

Shades of Amethyst Smoke #917996

Tints of Amethyst Smoke #917996

RGB

 RED value IS 145 (57.03% from 255) = 34.86%

 GREEN value IS 121 (47.66% from 255) = 29.09%

 BLUE value IS 150 (58.98% from 255) = 36.06%

R = 34.86%
G = 29.09%
B = 36.06%

CMYK

 C value IS 0.03

 M value IS 0.19

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#917996 (or 0x917996) is known color: Amethyst Smoke. HEX triplet: 91, 79 and 96. RGB value is (145,121,150). Sum of RGB (Red+Green+Blue) = 145+121+150=416 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.86% from 416); Green value is 121 (47.66% from 255 or 29.09% from 416); Blue value is 150 (58.98% from 255 or 36.06% from 416); Max value from RGB is 150 - color contains mainly: blue. Hex color #917996 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917996 is #6E8669. Grayscale: #838383. Windows color (decimal): -7243370 or 9861521. OLE color: 9861521.

HSL color Cylindrical-coordinate representation of color #917996: hue angle of 289.66º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #917996 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 145 121 150 -
CMYK 0.03 0.19 0 0.41
HSL 289.66º 0.12% 0.53% -
HSV(B) 289.66º 0.19% 0.59% -
XYZ 24.02 21.9 31.81 -
YUV 131.48 138.45 137.64 -
System Red Green Blue C M Y K H S L
Decimal 145 121 150 0.03 0.19 0 0.41 289.66 0.12 0.53
Hex 91 79 96 3 13 0 29 122 C 35
Octal 221 171 226 3 23 0 51 442 14 65
Binary 10010001 1111001 10010110 11 10011 0 101001 100100010 1100 110101

Color Harmonies of #917996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917996

Black with #917996

Text Example


Text Example

White with #917996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917996; }

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

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

background-color css

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

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

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

border-color css

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

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

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