Html Css Color HEX #95769B Amethyst Smoke

📋 copy color: '#95769B'

red 149 ◦ green 118 ◦ blue 155

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

Shades of Amethyst Smoke #95769B

Tints of Amethyst Smoke #95769B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.96%

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

R = 35.31%
G = 27.96%
B = 36.73%

CMYK

 C value IS 0.04

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#95769B (or 0x95769B) is known color: Amethyst Smoke. HEX triplet: 95, 76 and 9B. RGB value is (149,118,155). Sum of RGB (Red+Green+Blue) = 149+118+155=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 118 (46.48% from 255 or 27.96% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 155 - color contains mainly: blue. Hex color #95769B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95769B is #6A8964. Grayscale: #838383. Windows color (decimal): -6981989 or 10188437. OLE color: 10188437.

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

Color convert

RGB 149 118 155 -
CMYK 0.04 0.24 0 0.39
HSL 290.27º 0.16% 0.54% -
HSV(B) 290.27º 0.24% 0.61% -
XYZ 24.79 21.71 33.89 -
YUV 131.49 141.27 140.49 -
System Red Green Blue C M Y K H S L
Decimal 149 118 155 0.04 0.24 0 0.39 290.27 0.16 0.54
Hex 95 76 9B 4 18 0 27 122 10 36
Octal 225 166 233 4 30 0 47 442 20 66
Binary 10010101 1110110 10011011 100 11000 0 100111 100100010 10000 110110

Color Harmonies of #95769B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95769B

Black with #95769B

Text Example


Text Example

White with #95769B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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