Html Css Color HEX #907E95 Amethyst Smoke

📋 copy color: '#907E95'

red 144 ◦ green 126 ◦ blue 149

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

Shades of Amethyst Smoke #907E95

Tints of Amethyst Smoke #907E95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.56%

R = 34.37%
G = 30.07%
B = 35.56%

CMYK

 C value IS 0.03

 M value IS 0.15

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#907E95 (or 0x907E95) is known color: Amethyst Smoke. HEX triplet: 90, 7E and 95. RGB value is (144,126,149). Sum of RGB (Red+Green+Blue) = 144+126+149=419 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.37% from 419); Green value is 126 (49.61% from 255 or 30.07% from 419); Blue value is 149 (58.59% from 255 or 35.56% from 419); Max value from RGB is 149 - color contains mainly: blue. Hex color #907E95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907E95 is #6F816A. Grayscale: #858585. Windows color (decimal): -7307627 or 9797264. OLE color: 9797264.

HSL color Cylindrical-coordinate representation of color #907E95: hue angle of 286.96º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #907E95 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 144 126 149 -
CMYK 0.03 0.15 0 0.42
HSL 286.96º 0.1% 0.54% -
HSV(B) 286.96º 0.15% 0.58% -
XYZ 24.39 23.02 31.59 -
YUV 134 136.46 135.13 -
System Red Green Blue C M Y K H S L
Decimal 144 126 149 0.03 0.15 0 0.42 286.96 0.1 0.54
Hex 90 7E 95 3 F 0 2A 11F A 36
Octal 220 176 225 3 17 0 52 437 12 66
Binary 10010000 1111110 10010101 11 1111 0 101010 100011111 1010 110110

Color Harmonies of #907E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907E95

Black with #907E95

Text Example


Text Example

White with #907E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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