Html Css Color HEX #9B7F9E Amethyst Smoke

📋 copy color: '#9B7F9E'

red 155 ◦ green 127 ◦ blue 158

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

Shades of Amethyst Smoke #9B7F9E

Tints of Amethyst Smoke #9B7F9E

RGB

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

 GREEN value IS 127 (50% from 255) = 28.86%

 BLUE value IS 158 (62.11% from 255) = 35.91%

R = 35.23%
G = 28.86%
B = 35.91%

CMYK

 C value IS 0.02

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9B7F9E (or 0x9B7F9E) is known color: Amethyst Smoke. HEX triplet: 9B, 7F and 9E. RGB value is (155,127,158). Sum of RGB (Red+Green+Blue) = 155+127+158=440 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.23% from 440); Green value is 127 (50% from 255 or 28.86% from 440); Blue value is 158 (62.11% from 255 or 35.91% from 440); Max value from RGB is 158 - color contains mainly: blue. Hex color #9B7F9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7F9E is #648061. Grayscale: #8A8A8A. Windows color (decimal): -6586466 or 10387355. OLE color: 10387355.

HSL color Cylindrical-coordinate representation of color #9B7F9E: hue angle of 294.19º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9B7F9E is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 155 127 158 -
CMYK 0.02 0.20 0 0.38
HSL 294.19º 0.14% 0.56% -
HSV(B) 294.19º 0.2% 0.62% -
XYZ 27.28 24.62 35.66 -
YUV 138.91 138.78 139.48 -
System Red Green Blue C M Y K H S L
Decimal 155 127 158 0.02 0.20 0 0.38 294.19 0.14 0.56
Hex 9B 7F 9E 2 14 0 26 126 E 38
Octal 233 177 236 2 24 0 46 446 16 70
Binary 10011011 1111111 10011110 10 10100 0 100110 100100110 1110 111000

Color Harmonies of #9B7F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7F9E

Black with #9B7F9E

Text Example


Text Example

White with #9B7F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,127,158); }

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

background-color css

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

 a { background-color: rgb(155,127,158); }

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

border-color css

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

 span { border-color: rgb(155,127,158); }

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