Html Css Color HEX #907F99 Amethyst Smoke

📋 copy color: '#907F99'

red 144 ◦ green 127 ◦ blue 153

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

Shades of Amethyst Smoke #907F99

Tints of Amethyst Smoke #907F99

RGB

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

 GREEN value IS 127 (50% from 255) = 29.95%

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

R = 33.96%
G = 29.95%
B = 36.08%

CMYK

 C value IS 0.06

 M value IS 0.17

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#907F99 (or 0x907F99) is known color: Amethyst Smoke. HEX triplet: 90, 7F and 99. RGB value is (144,127,153). Sum of RGB (Red+Green+Blue) = 144+127+153=424 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.96% from 424); Green value is 127 (50% from 255 or 29.95% from 424); Blue value is 153 (60.16% from 255 or 36.08% from 424); Max value from RGB is 153 - color contains mainly: blue. Hex color #907F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907F99 is #6F8066. Grayscale: #868686. Windows color (decimal): -7307367 or 10059664. OLE color: 10059664.

HSL color Cylindrical-coordinate representation of color #907F99: hue angle of 279.23º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #907F99 is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 144 127 153 -
CMYK 0.06 0.17 0 0.4
HSL 279.23º 0.11% 0.55% -
HSV(B) 279.23º 0.17% 0.6% -
XYZ 24.84 23.41 33.35 -
YUV 135.05 138.13 134.39 -
System Red Green Blue C M Y K H S L
Decimal 144 127 153 0.06 0.17 0 0.4 279.23 0.11 0.55
Hex 90 7F 99 6 11 0 28 117 B 37
Octal 220 177 231 6 21 0 50 427 13 67
Binary 10010000 1111111 10011001 110 10001 0 101000 100010111 1011 110111

Color Harmonies of #907F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907F99

Black with #907F99

Text Example


Text Example

White with #907F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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