Html Css Color HEX #907D9F Amethyst Smoke

📋 copy color: '#907D9F'

red 144 ◦ green 125 ◦ blue 159

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

Shades of Amethyst Smoke #907D9F

Tints of Amethyst Smoke #907D9F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.21%

 BLUE value IS 159 (62.5% from 255) = 37.15%

R = 33.64%
G = 29.21%
B = 37.15%

CMYK

 C value IS 0.09

 M value IS 0.21

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#907D9F (or 0x907D9F) is known color: Amethyst Smoke. HEX triplet: 90, 7D and 9F. RGB value is (144,125,159). Sum of RGB (Red+Green+Blue) = 144+125+159=428 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.64% from 428); Green value is 125 (49.22% from 255 or 29.21% from 428); Blue value is 159 (62.5% from 255 or 37.15% from 428); Max value from RGB is 159 - color contains mainly: blue. Hex color #907D9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907D9F is #6F8260. Grayscale: #868686. Windows color (decimal): -7307873 or 10452368. OLE color: 10452368.

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

Color convert

RGB 144 125 159 -
CMYK 0.09 0.21 0 0.38
HSL 273.53º 0.15% 0.56% -
HSV(B) 273.53º 0.21% 0.62% -
XYZ 25.09 23.1 35.94 -
YUV 134.56 141.79 134.74 -
System Red Green Blue C M Y K H S L
Decimal 144 125 159 0.09 0.21 0 0.38 273.53 0.15 0.56
Hex 90 7D 9F 9 15 0 26 112 F 38
Octal 220 175 237 11 25 0 46 422 17 70
Binary 10010000 1111101 10011111 1001 10101 0 100110 100010010 1111 111000

Color Harmonies of #907D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907D9F

Black with #907D9F

Text Example


Text Example

White with #907D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,125,159); }

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

background-color css

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

 a { background-color: rgb(144,125,159); }

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

border-color css

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

 span { border-color: rgb(144,125,159); }

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