Html Css Color HEX #9B849C Amethyst Smoke

📋 copy color: '#9B849C'

red 155 ◦ green 132 ◦ blue 156

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

Shades of Amethyst Smoke #9B849C

Tints of Amethyst Smoke #9B849C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.8%

 BLUE value IS 156 (61.33% from 255) = 35.21%

R = 34.99%
G = 29.8%
B = 35.21%

CMYK

 C value IS 0.01

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#9B849C (or 0x9B849C) is known color: Amethyst Smoke. HEX triplet: 9B, 84 and 9C. RGB value is (155,132,156). Sum of RGB (Red+Green+Blue) = 155+132+156=443 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.99% from 443); Green value is 132 (51.95% from 255 or 29.80% from 443); Blue value is 156 (61.33% from 255 or 35.21% from 443); Max value from RGB is 156 - color contains mainly: blue. Hex color #9B849C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B849C is #647B63. Grayscale: #8D8D8D. Windows color (decimal): -6585188 or 10257563. OLE color: 10257563.

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

Color convert

RGB 155 132 156 -
CMYK 0.01 0.15 0 0.39
HSL 297.5º 0.11% 0.56% -
HSV(B) 297.5º 0.15% 0.61% -
XYZ 27.77 25.87 34.98 -
YUV 141.61 136.12 137.55 -
System Red Green Blue C M Y K H S L
Decimal 155 132 156 0.01 0.15 0 0.39 297.5 0.11 0.56
Hex 9B 84 9C 1 F 0 27 12A B 38
Octal 233 204 234 1 17 0 47 452 13 70
Binary 10011011 10000100 10011100 1 1111 0 100111 100101010 1011 111000

Color Harmonies of #9B849C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B849C

Black with #9B849C

Text Example


Text Example

White with #9B849C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,132,156); }

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

background-color css

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

 a { background-color: rgb(155,132,156); }

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

border-color css

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

 span { border-color: rgb(155,132,156); }

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