Html Css Color HEX #907997 Amethyst Smoke

📋 copy color: '#907997'

red 144 ◦ green 121 ◦ blue 151

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

Shades of Amethyst Smoke #907997

Tints of Amethyst Smoke #907997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 36.3%

R = 34.62%
G = 29.09%
B = 36.3%

CMYK

 C value IS 0.05

 M value IS 0.20

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#907997 (or 0x907997) is known color: Amethyst Smoke. HEX triplet: 90, 79 and 97. RGB value is (144,121,151). Sum of RGB (Red+Green+Blue) = 144+121+151=416 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.62% from 416); Green value is 121 (47.66% from 255 or 29.09% from 416); Blue value is 151 (59.38% from 255 or 36.30% from 416); Max value from RGB is 151 - color contains mainly: blue. Hex color #907997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907997 is #6F8668. Grayscale: #838383. Windows color (decimal): -7308905 or 9927056. OLE color: 9927056.

HSL color Cylindrical-coordinate representation of color #907997: hue angle of 286º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #907997 is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 144 121 151 -
CMYK 0.05 0.20 0 0.41
HSL 286º 0.13% 0.53% -
HSV(B) 286º 0.2% 0.59% -
XYZ 23.92 21.84 32.23 -
YUV 131.3 139.12 137.06 -
System Red Green Blue C M Y K H S L
Decimal 144 121 151 0.05 0.20 0 0.41 286 0.13 0.53
Hex 90 79 97 5 14 0 29 11E D 35
Octal 220 171 227 5 24 0 51 436 15 65
Binary 10010000 1111001 10010111 101 10100 0 101001 100011110 1101 110101

Color Harmonies of #907997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907997

Black with #907997

Text Example


Text Example

White with #907997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #907997; }

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

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

background-color css

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

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

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

border-color css

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

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

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