Html Css Color HEX #9A7B9B Amethyst Smoke

📋 copy color: '#9A7B9B'

red 154 ◦ green 123 ◦ blue 155

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

Shades of Amethyst Smoke #9A7B9B

Tints of Amethyst Smoke #9A7B9B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.47%

 BLUE value IS 155 (60.94% from 255) = 35.88%

R = 35.65%
G = 28.47%
B = 35.88%

CMYK

 C value IS 0.01

 M value IS 0.21

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#9A7B9B (or 0x9A7B9B) is known color: Amethyst Smoke. HEX triplet: 9A, 7B and 9B. RGB value is (154,123,155). Sum of RGB (Red+Green+Blue) = 154+123+155=432 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.65% from 432); Green value is 123 (48.44% from 255 or 28.47% from 432); Blue value is 155 (60.94% from 255 or 35.88% from 432); Max value from RGB is 155 - color contains mainly: blue. Hex color #9A7B9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7B9B is #658464. Grayscale: #878787. Windows color (decimal): -6653029 or 10189722. OLE color: 10189722.

HSL color Cylindrical-coordinate representation of color #9A7B9B: hue angle of 298.12º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9A7B9B is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 154 123 155 -
CMYK 0.01 0.21 0 0.39
HSL 298.13º 0.14% 0.55% -
HSV(B) 298.13º 0.21% 0.61% -
XYZ 26.33 23.4 34.14 -
YUV 135.92 138.77 140.9 -
System Red Green Blue C M Y K H S L
Decimal 154 123 155 0.01 0.21 0 0.39 298.13 0.14 0.55
Hex 9A 7B 9B 1 15 0 27 12A E 37
Octal 232 173 233 1 25 0 47 452 16 67
Binary 10011010 1111011 10011011 1 10101 0 100111 100101010 1110 110111

Color Harmonies of #9A7B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7B9B

Black with #9A7B9B

Text Example


Text Example

White with #9A7B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,123,155); }

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

background-color css

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

 a { background-color: rgb(154,123,155); }

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

border-color css

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

 span { border-color: rgb(154,123,155); }

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