Html Css Color HEX #907E9E Amethyst Smoke

📋 copy color: '#907E9E'

red 144 ◦ green 126 ◦ blue 158

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

Shades of Amethyst Smoke #907E9E

Tints of Amethyst Smoke #907E9E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.44%

 BLUE value IS 158 (62.11% from 255) = 36.92%

R = 33.64%
G = 29.44%
B = 36.92%

CMYK

 C value IS 0.09

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#907E9E (or 0x907E9E) is known color: Amethyst Smoke. HEX triplet: 90, 7E and 9E. RGB value is (144,126,158). Sum of RGB (Red+Green+Blue) = 144+126+158=428 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.64% from 428); Green value is 126 (49.61% from 255 or 29.44% from 428); Blue value is 158 (62.11% from 255 or 36.92% from 428); Max value from RGB is 158 - color contains mainly: blue. Hex color #907E9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907E9E is #6F8161. Grayscale: #868686. Windows color (decimal): -7307618 or 10387088. OLE color: 10387088.

HSL color Cylindrical-coordinate representation of color #907E9E: hue angle of 273.75º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #907E9E is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 144 126 158 -
CMYK 0.09 0.20 0 0.38
HSL 273.75º 0.14% 0.56% -
HSV(B) 273.75º 0.2% 0.62% -
XYZ 25.13 23.32 35.52 -
YUV 135.03 140.96 134.4 -
System Red Green Blue C M Y K H S L
Decimal 144 126 158 0.09 0.20 0 0.38 273.75 0.14 0.56
Hex 90 7E 9E 9 14 0 26 112 E 38
Octal 220 176 236 11 24 0 46 422 16 70
Binary 10010000 1111110 10011110 1001 10100 0 100110 100010010 1110 111000

Color Harmonies of #907E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907E9E

Black with #907E9E

Text Example


Text Example

White with #907E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #907E9E; }

 p { color: rgb(144,126,158); }

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

background-color css

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

 a { background-color: rgb(144,126,158); }

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

border-color css

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

 span { border-color: rgb(144,126,158); }

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