Html Css Color HEX #93799B Amethyst Smoke

📋 copy color: '#93799B'

red 147 ◦ green 121 ◦ blue 155

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

Shades of Amethyst Smoke #93799B

Tints of Amethyst Smoke #93799B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.61%

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

R = 34.75%
G = 28.61%
B = 36.64%

CMYK

 C value IS 0.05

 M value IS 0.22

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#93799B (or 0x93799B) is known color: Amethyst Smoke. HEX triplet: 93, 79 and 9B. RGB value is (147,121,155). Sum of RGB (Red+Green+Blue) = 147+121+155=423 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.75% from 423); Green value is 121 (47.66% from 255 or 28.61% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 155 - color contains mainly: blue. Hex color #93799B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93799B is #6C8664. Grayscale: #848484. Windows color (decimal): -7112293 or 10189203. OLE color: 10189203.

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

Color convert

RGB 147 121 155 -
CMYK 0.05 0.22 0 0.39
HSL 285.88º 0.15% 0.54% -
HSV(B) 285.88º 0.22% 0.61% -
XYZ 24.79 22.24 34 -
YUV 132.65 140.61 138.24 -
System Red Green Blue C M Y K H S L
Decimal 147 121 155 0.05 0.22 0 0.39 285.88 0.15 0.54
Hex 93 79 9B 5 16 0 27 11E F 36
Octal 223 171 233 5 26 0 47 436 17 66
Binary 10010011 1111001 10011011 101 10110 0 100111 100011110 1111 110110

Color Harmonies of #93799B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93799B

Black with #93799B

Text Example


Text Example

White with #93799B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,121,155); }

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

background-color css

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

 a { background-color: rgb(147,121,155); }

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

border-color css

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

 span { border-color: rgb(147,121,155); }

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