Html Css Color HEX #907999 Amethyst Smoke

📋 copy color: '#907999'

red 144 ◦ green 121 ◦ blue 153

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

Shades of Amethyst Smoke #907999

Tints of Amethyst Smoke #907999

RGB

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

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

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

R = 34.45%
G = 28.95%
B = 36.6%

CMYK

 C value IS 0.06

 M value IS 0.21

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#907999 (or 0x907999) is known color: Amethyst Smoke. HEX triplet: 90, 79 and 99. RGB value is (144,121,153). Sum of RGB (Red+Green+Blue) = 144+121+153=418 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.45% from 418); Green value is 121 (47.66% from 255 or 28.95% from 418); Blue value is 153 (60.16% from 255 or 36.60% from 418); Max value from RGB is 153 - color contains mainly: blue. Hex color #907999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907999 is #6F8666. Grayscale: #838383. Windows color (decimal): -7308903 or 10058128. OLE color: 10058128.

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

Color convert

RGB 144 121 153 -
CMYK 0.06 0.21 0 0.4
HSL 283.13º 0.14% 0.54% -
HSV(B) 283.13º 0.21% 0.6% -
XYZ 24.09 21.9 33.1 -
YUV 131.53 140.12 136.9 -
System Red Green Blue C M Y K H S L
Decimal 144 121 153 0.06 0.21 0 0.4 283.13 0.14 0.54
Hex 90 79 99 6 15 0 28 11B E 36
Octal 220 171 231 6 25 0 50 433 16 66
Binary 10010000 1111001 10011001 110 10101 0 101000 100011011 1110 110110

Color Harmonies of #907999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907999

Black with #907999

Text Example


Text Example

White with #907999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #907999; }

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

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

background-color css

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

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

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

border-color css

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

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

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