Html Css Color HEX #93809B Amethyst Smoke

📋 copy color: '#93809B'

red 147 ◦ green 128 ◦ blue 155

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

Shades of Amethyst Smoke #93809B

Tints of Amethyst Smoke #93809B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.77%

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

R = 34.19%
G = 29.77%
B = 36.05%

CMYK

 C value IS 0.05

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#93809B (or 0x93809B) is known color: Amethyst Smoke. HEX triplet: 93, 80 and 9B. RGB value is (147,128,155). Sum of RGB (Red+Green+Blue) = 147+128+155=430 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.19% from 430); Green value is 128 (50.39% from 255 or 29.77% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 155 - color contains mainly: blue. Hex color #93809B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93809B is #6C7F64. Grayscale: #888888. Windows color (decimal): -7110501 or 10190995. OLE color: 10190995.

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

Color convert

RGB 147 128 155 -
CMYK 0.05 0.17 0 0.39
HSL 282.22º 0.12% 0.55% -
HSV(B) 282.22º 0.17% 0.61% -
XYZ 25.67 24.01 34.29 -
YUV 136.76 138.29 135.3 -
System Red Green Blue C M Y K H S L
Decimal 147 128 155 0.05 0.17 0 0.39 282.22 0.12 0.55
Hex 93 80 9B 5 11 0 27 11A C 37
Octal 223 200 233 5 21 0 47 432 14 67
Binary 10010011 10000000 10011011 101 10001 0 100111 100011010 1100 110111

Color Harmonies of #93809B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93809B

Black with #93809B

Text Example


Text Example

White with #93809B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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