Html Css Color HEX #9B7CA1 Amethyst Smoke

📋 copy color: '#9B7CA1'

red 155 ◦ green 124 ◦ blue 161

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

Shades of Amethyst Smoke #9B7CA1

Tints of Amethyst Smoke #9B7CA1

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.18%

 BLUE value IS 161 (63.28% from 255) = 36.59%

R = 35.23%
G = 28.18%
B = 36.59%

CMYK

 C value IS 0.04

 M value IS 0.23

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#9B7CA1 (or 0x9B7CA1) is known color: Amethyst Smoke. HEX triplet: 9B, 7C and A1. RGB value is (155,124,161). Sum of RGB (Red+Green+Blue) = 155+124+161=440 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.23% from 440); Green value is 124 (48.83% from 255 or 28.18% from 440); Blue value is 161 (63.28% from 255 or 36.59% from 440); Max value from RGB is 161 - color contains mainly: blue. Hex color #9B7CA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7CA1 is #64835E. Grayscale: #898989. Windows color (decimal): -6587231 or 10583195. OLE color: 10583195.

HSL color Cylindrical-coordinate representation of color #9B7CA1: hue angle of 290.27º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9B7CA1 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 155 124 161 -
CMYK 0.04 0.23 0 0.37
HSL 290.27º 0.16% 0.56% -
HSV(B) 290.27º 0.23% 0.63% -
XYZ 27.16 23.96 36.91 -
YUV 137.49 141.27 140.49 -
System Red Green Blue C M Y K H S L
Decimal 155 124 161 0.04 0.23 0 0.37 290.27 0.16 0.56
Hex 9B 7C A1 4 17 0 25 122 10 38
Octal 233 174 241 4 27 0 45 442 20 70
Binary 10011011 1111100 10100001 100 10111 0 100101 100100010 10000 111000

Color Harmonies of #9B7CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7CA1

Black with #9B7CA1

Text Example


Text Example

White with #9B7CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,124,161); }

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

background-color css

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

 a { background-color: rgb(155,124,161); }

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

border-color css

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

 span { border-color: rgb(155,124,161); }

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