Html Css Color HEX #9E95A8 Amethyst Smoke

📋 copy color: '#9E95A8'

red 158 ◦ green 149 ◦ blue 168

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

Shades of Amethyst Smoke #9E95A8

Tints of Amethyst Smoke #9E95A8

RGB

 RED value IS 158 (62.11% from 255) = 33.26%

 GREEN value IS 149 (58.59% from 255) = 31.37%

 BLUE value IS 168 (66.02% from 255) = 35.37%

R = 33.26%
G = 31.37%
B = 35.37%

CMYK

 C value IS 0.06

 M value IS 0.11

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#9E95A8 (or 0x9E95A8) is known color: Amethyst Smoke. HEX triplet: 9E, 95 and A8. RGB value is (158,149,168). Sum of RGB (Red+Green+Blue) = 158+149+168=475 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.26% from 475); Green value is 149 (58.59% from 255 or 31.37% from 475); Blue value is 168 (66.02% from 255 or 35.37% from 475); Max value from RGB is 168 - color contains mainly: blue. Hex color #9E95A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E95A8 is #616A57. Grayscale: #999999. Windows color (decimal): -6384216 or 11048350. OLE color: 11048350.

HSL color Cylindrical-coordinate representation of color #9E95A8: hue angle of 268.42º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9E95A8 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 158 149 168 -
CMYK 0.06 0.11 0 0.34
HSL 268.42º 0.1% 0.62% -
HSV(B) 268.42º 0.11% 0.66% -
XYZ 31.92 31.59 41.46 -
YUV 153.86 135.98 130.96 -
System Red Green Blue C M Y K H S L
Decimal 158 149 168 0.06 0.11 0 0.34 268.42 0.1 0.62
Hex 9E 95 A8 6 B 0 22 10C A 3E
Octal 236 225 250 6 13 0 42 414 12 76
Binary 10011110 10010101 10101000 110 1011 0 100010 100001100 1010 111110

Color Harmonies of #9E95A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E95A8

Black with #9E95A8

Text Example


Text Example

White with #9E95A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,149,168); }

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

background-color css

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

 a { background-color: rgb(158,149,168); }

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

border-color css

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

 span { border-color: rgb(158,149,168); }

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