Html Css Color HEX #9A7DA5 Amethyst Smoke

📋 copy color: '#9A7DA5'

red 154 ◦ green 125 ◦ blue 165

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

Shades of Amethyst Smoke #9A7DA5

Tints of Amethyst Smoke #9A7DA5

RGB

 RED value IS 154 (60.55% from 255) = 34.68%

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

 BLUE value IS 165 (64.84% from 255) = 37.16%

R = 34.68%
G = 28.15%
B = 37.16%

CMYK

 C value IS 0.07

 M value IS 0.24

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#9A7DA5 (or 0x9A7DA5) is known color: Amethyst Smoke. HEX triplet: 9A, 7D and A5. RGB value is (154,125,165). Sum of RGB (Red+Green+Blue) = 154+125+165=444 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.68% from 444); Green value is 125 (49.22% from 255 or 28.15% from 444); Blue value is 165 (64.84% from 255 or 37.16% from 444); Max value from RGB is 165 - color contains mainly: blue. Hex color #9A7DA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7DA5 is #65825A. Grayscale: #8A8A8A. Windows color (decimal): -6652507 or 10845594. OLE color: 10845594.

HSL color Cylindrical-coordinate representation of color #9A7DA5: hue angle of 283.5º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9A7DA5 is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 154 125 165 -
CMYK 0.07 0.24 0 0.35
HSL 283.5º 0.18% 0.57% -
HSV(B) 283.5º 0.24% 0.65% -
XYZ 27.45 24.25 38.83 -
YUV 138.23 143.11 139.25 -
System Red Green Blue C M Y K H S L
Decimal 154 125 165 0.07 0.24 0 0.35 283.5 0.18 0.57
Hex 9A 7D A5 7 18 0 23 11C 12 39
Octal 232 175 245 7 30 0 43 434 22 71
Binary 10011010 1111101 10100101 111 11000 0 100011 100011100 10010 111001

Color Harmonies of #9A7DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7DA5

Black with #9A7DA5

Text Example


Text Example

White with #9A7DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A7DA5; }

 p { color: rgb(154,125,165); }

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

background-color css

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

 a { background-color: rgb(154,125,165); }

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

border-color css

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

 span { border-color: rgb(154,125,165); }

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