Html Css Color HEX #93789A Amethyst Smoke

📋 copy color: '#93789A'

red 147 ◦ green 120 ◦ blue 154

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

Shades of Amethyst Smoke #93789A

Tints of Amethyst Smoke #93789A

RGB

 RED value IS 147 (57.81% from 255) = 34.92%

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

 BLUE value IS 154 (60.55% from 255) = 36.58%

R = 34.92%
G = 28.5%
B = 36.58%

CMYK

 C value IS 0.05

 M value IS 0.22

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#93789A (or 0x93789A) is known color: Amethyst Smoke. HEX triplet: 93, 78 and 9A. RGB value is (147,120,154). Sum of RGB (Red+Green+Blue) = 147+120+154=421 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.92% from 421); Green value is 120 (47.27% from 255 or 28.50% from 421); Blue value is 154 (60.55% from 255 or 36.58% from 421); Max value from RGB is 154 - color contains mainly: blue. Hex color #93789A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93789A is #6C8765. Grayscale: #838383. Windows color (decimal): -7112550 or 10123411. OLE color: 10123411.

HSL color Cylindrical-coordinate representation of color #93789A: hue angle of 287.65º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #93789A is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 147 120 154 -
CMYK 0.05 0.22 0 0.40
HSL 287.65º 0.14% 0.54% -
HSV(B) 287.65º 0.22% 0.6% -
XYZ 24.58 21.97 33.52 -
YUV 131.95 140.45 138.74 -
System Red Green Blue C M Y K H S L
Decimal 147 120 154 0.05 0.22 0 0.40 287.65 0.14 0.54
Hex 93 78 9A 5 16 0 28 120 E 36
Octal 223 170 232 5 26 0 50 440 16 66
Binary 10010011 1111000 10011010 101 10110 0 101000 100100000 1110 110110

Color Harmonies of #93789A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93789A

Black with #93789A

Text Example


Text Example

White with #93789A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93789A; }

 p { color: rgb(147,120,154); }

 H1.HeaderClassName
 {
   color: #93789A;
 }
 .AnyTagClassName
 {
   color: #93789A;
 }
</style>

background-color css

<style>
 a { background-color: #93789A; }

 a { background-color: rgb(147,120,154); }

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

border-color css

<style>
 span { border-color: #93789A; }

 span { border-color: rgb(147,120,154); }

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