Html Css Color HEX #95789D Amethyst Smoke

📋 copy color: '#95789D'

red 149 ◦ green 120 ◦ blue 157

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

Shades of Amethyst Smoke #95789D

Tints of Amethyst Smoke #95789D

RGB

 RED value IS 149 (58.59% from 255) = 34.98%

 GREEN value IS 120 (47.27% from 255) = 28.17%

 BLUE value IS 157 (61.72% from 255) = 36.85%

R = 34.98%
G = 28.17%
B = 36.85%

CMYK

 C value IS 0.05

 M value IS 0.24

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#95789D (or 0x95789D) is known color: Amethyst Smoke. HEX triplet: 95, 78 and 9D. RGB value is (149,120,157). Sum of RGB (Red+Green+Blue) = 149+120+157=426 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.98% from 426); Green value is 120 (47.27% from 255 or 28.17% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 157 - color contains mainly: blue. Hex color #95789D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95789D is #6A8762. Grayscale: #848484. Windows color (decimal): -6981475 or 10320021. OLE color: 10320021.

HSL color Cylindrical-coordinate representation of color #95789D: hue angle of 287.03º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #95789D is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 149 120 157 -
CMYK 0.05 0.24 0 0.38
HSL 287.03º 0.16% 0.54% -
HSV(B) 287.03º 0.24% 0.62% -
XYZ 25.2 22.26 34.87 -
YUV 132.89 141.61 139.49 -
System Red Green Blue C M Y K H S L
Decimal 149 120 157 0.05 0.24 0 0.38 287.03 0.16 0.54
Hex 95 78 9D 5 18 0 26 11F 10 36
Octal 225 170 235 5 30 0 46 437 20 66
Binary 10010101 1111000 10011101 101 11000 0 100110 100011111 10000 110110

Color Harmonies of #95789D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95789D

Black with #95789D

Text Example


Text Example

White with #95789D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95789D; }

 p { color: rgb(149,120,157); }

 H1.HeaderClassName
 {
   color: #95789D;
 }
 .AnyTagClassName
 {
   color: #95789D;
 }
</style>

background-color css

<style>
 a { background-color: #95789D; }

 a { background-color: rgb(149,120,157); }

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

border-color css

<style>
 span { border-color: #95789D; }

 span { border-color: rgb(149,120,157); }

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