Html Css Color HEX #94769B Amethyst Smoke

📋 copy color: '#94769B'

red 148 ◦ green 118 ◦ blue 155

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

Shades of Amethyst Smoke #94769B

Tints of Amethyst Smoke #94769B

RGB

 RED value IS 148 (58.2% from 255) = 35.15%

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

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

R = 35.15%
G = 28.03%
B = 36.82%

CMYK

 C value IS 0.05

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#94769B (or 0x94769B) is known color: Amethyst Smoke. HEX triplet: 94, 76 and 9B. RGB value is (148,118,155). Sum of RGB (Red+Green+Blue) = 148+118+155=421 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.15% from 421); Green value is 118 (46.48% from 255 or 28.03% from 421); Blue value is 155 (60.94% from 255 or 36.82% from 421); Max value from RGB is 155 - color contains mainly: blue. Hex color #94769B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94769B is #6B8964. Grayscale: #838383. Windows color (decimal): -7047525 or 10188436. OLE color: 10188436.

HSL color Cylindrical-coordinate representation of color #94769B: hue angle of 288.65º 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 #94769B is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 148 118 155 -
CMYK 0.05 0.24 0 0.39
HSL 288.65º 0.16% 0.54% -
HSV(B) 288.65º 0.24% 0.61% -
XYZ 24.61 21.62 33.89 -
YUV 131.19 141.44 139.99 -
System Red Green Blue C M Y K H S L
Decimal 148 118 155 0.05 0.24 0 0.39 288.65 0.16 0.54
Hex 94 76 9B 5 18 0 27 121 10 36
Octal 224 166 233 5 30 0 47 441 20 66
Binary 10010100 1110110 10011011 101 11000 0 100111 100100001 10000 110110

Color Harmonies of #94769B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94769B

Black with #94769B

Text Example


Text Example

White with #94769B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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