Html Css Color HEX #93849C Amethyst Smoke

📋 copy color: '#93849C'

red 147 ◦ green 132 ◦ blue 156

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

Shades of Amethyst Smoke #93849C

Tints of Amethyst Smoke #93849C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.34%

 BLUE value IS 156 (61.33% from 255) = 35.86%

R = 33.79%
G = 30.34%
B = 35.86%

CMYK

 C value IS 0.06

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#93849C (or 0x93849C) is known color: Amethyst Smoke. HEX triplet: 93, 84 and 9C. RGB value is (147,132,156). Sum of RGB (Red+Green+Blue) = 147+132+156=435 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.79% from 435); Green value is 132 (51.95% from 255 or 30.34% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 156 - color contains mainly: blue. Hex color #93849C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93849C is #6C7B63. Grayscale: #8B8B8B. Windows color (decimal): -7109476 or 10257555. OLE color: 10257555.

HSL color Cylindrical-coordinate representation of color #93849C: hue angle of 277.5º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #93849C is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 147 132 156 -
CMYK 0.06 0.15 0 0.39
HSL 277.5º 0.11% 0.56% -
HSV(B) 277.5º 0.15% 0.61% -
XYZ 26.28 25.11 34.91 -
YUV 139.22 137.47 133.55 -
System Red Green Blue C M Y K H S L
Decimal 147 132 156 0.06 0.15 0 0.39 277.5 0.11 0.56
Hex 93 84 9C 6 F 0 27 116 B 38
Octal 223 204 234 6 17 0 47 426 13 70
Binary 10010011 10000100 10011100 110 1111 0 100111 100010110 1011 111000

Color Harmonies of #93849C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93849C

Black with #93849C

Text Example


Text Example

White with #93849C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93849C; }

 p { color: rgb(147,132,156); }

 H1.HeaderClassName
 {
   color: #93849C;
 }
 .AnyTagClassName
 {
   color: #93849C;
 }
</style>

background-color css

<style>
 a { background-color: #93849C; }

 a { background-color: rgb(147,132,156); }

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

border-color css

<style>
 span { border-color: #93849C; }

 span { border-color: rgb(147,132,156); }

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