Html Css Color HEX #9B8BAA Amethyst Smoke

📋 copy color: '#9B8BAA'

red 155 ◦ green 139 ◦ blue 170

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

Shades of Amethyst Smoke #9B8BAA

Tints of Amethyst Smoke #9B8BAA

RGB

 RED value IS 155 (60.94% from 255) = 33.41%

 GREEN value IS 139 (54.69% from 255) = 29.96%

 BLUE value IS 170 (66.8% from 255) = 36.64%

R = 33.41%
G = 29.96%
B = 36.64%

CMYK

 C value IS 0.09

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9B8BAA (or 0x9B8BAA) is known color: Amethyst Smoke. HEX triplet: 9B, 8B and AA. RGB value is (155,139,170). Sum of RGB (Red+Green+Blue) = 155+139+170=464 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.41% from 464); Green value is 139 (54.69% from 255 or 29.96% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 170 - color contains mainly: blue. Hex color #9B8BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8BAA is #647455. Grayscale: #939393. Windows color (decimal): -6583382 or 11176859. OLE color: 11176859.

HSL color Cylindrical-coordinate representation of color #9B8BAA: hue angle of 270.97º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9B8BAA is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 155 139 170 -
CMYK 0.09 0.18 0 0.33
HSL 270.97º 0.15% 0.61% -
HSV(B) 270.97º 0.18% 0.67% -
XYZ 30.01 28.34 41.92 -
YUV 147.32 140.8 133.48 -
System Red Green Blue C M Y K H S L
Decimal 155 139 170 0.09 0.18 0 0.33 270.97 0.15 0.61
Hex 9B 8B AA 9 12 0 21 10F F 3D
Octal 233 213 252 11 22 0 41 417 17 75
Binary 10011011 10001011 10101010 1001 10010 0 100001 100001111 1111 111101

Color Harmonies of #9B8BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8BAA

Black with #9B8BAA

Text Example


Text Example

White with #9B8BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,139,170); }

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

background-color css

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

 a { background-color: rgb(155,139,170); }

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

border-color css

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

 span { border-color: rgb(155,139,170); }

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