Html Css Color HEX #907996 Amethyst Smoke

📋 copy color: '#907996'

red 144 ◦ green 121 ◦ blue 150

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

Shades of Amethyst Smoke #907996

Tints of Amethyst Smoke #907996

RGB

 RED value IS 144 (56.64% from 255) = 34.7%

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

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

R = 34.7%
G = 29.16%
B = 36.14%

CMYK

 C value IS 0.04

 M value IS 0.19

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#907996 (or 0x907996) is known color: Amethyst Smoke. HEX triplet: 90, 79 and 96. RGB value is (144,121,150). Sum of RGB (Red+Green+Blue) = 144+121+150=415 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.70% from 415); Green value is 121 (47.66% from 255 or 29.16% from 415); Blue value is 150 (58.98% from 255 or 36.14% from 415); Max value from RGB is 150 - color contains mainly: blue. Hex color #907996 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907996 is #6F8669. Grayscale: #838383. Windows color (decimal): -7308906 or 9861520. OLE color: 9861520.

HSL color Cylindrical-coordinate representation of color #907996: hue angle of 287.59º 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 #907996 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 144 121 150 -
CMYK 0.04 0.19 0 0.41
HSL 287.59º 0.12% 0.53% -
HSV(B) 287.59º 0.19% 0.59% -
XYZ 23.84 21.81 31.81 -
YUV 131.18 138.62 137.14 -
System Red Green Blue C M Y K H S L
Decimal 144 121 150 0.04 0.19 0 0.41 287.59 0.12 0.53
Hex 90 79 96 4 13 0 29 120 C 35
Octal 220 171 226 4 23 0 51 440 14 65
Binary 10010000 1111001 10010110 100 10011 0 101001 100100000 1100 110101

Color Harmonies of #907996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907996

Black with #907996

Text Example


Text Example

White with #907996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #907996; }

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

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

background-color css

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

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

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

border-color css

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

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

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