Html Css Color HEX #95789B Amethyst Smoke

📋 copy color: '#95789B'

red 149 ◦ green 120 ◦ blue 155

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

Shades of Amethyst Smoke #95789B

Tints of Amethyst Smoke #95789B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.56%

R = 35.14%
G = 28.3%
B = 36.56%

CMYK

 C value IS 0.04

 M value IS 0.23

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#95789B (or 0x95789B) is known color: Amethyst Smoke. HEX triplet: 95, 78 and 9B. RGB value is (149,120,155). Sum of RGB (Red+Green+Blue) = 149+120+155=424 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.14% from 424); Green value is 120 (47.27% from 255 or 28.30% from 424); Blue value is 155 (60.94% from 255 or 36.56% from 424); Max value from RGB is 155 - color contains mainly: blue. Hex color #95789B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95789B is #6A8764. Grayscale: #848484. Windows color (decimal): -6981477 or 10188949. OLE color: 10188949.

HSL color Cylindrical-coordinate representation of color #95789B: hue angle of 289.71º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #95789B is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 149 120 155 -
CMYK 0.04 0.23 0 0.39
HSL 289.71º 0.15% 0.54% -
HSV(B) 289.71º 0.23% 0.61% -
XYZ 25.03 22.19 33.97 -
YUV 132.66 140.61 139.65 -
System Red Green Blue C M Y K H S L
Decimal 149 120 155 0.04 0.23 0 0.39 289.71 0.15 0.54
Hex 95 78 9B 4 17 0 27 122 F 36
Octal 225 170 233 4 27 0 47 442 17 66
Binary 10010101 1111000 10011011 100 10111 0 100111 100100010 1111 110110

Color Harmonies of #95789B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95789B

Black with #95789B

Text Example


Text Example

White with #95789B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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