Html Css Color HEX #90799B Amethyst Smoke

📋 copy color: '#90799B'

red 144 ◦ green 121 ◦ blue 155

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

Shades of Amethyst Smoke #90799B

Tints of Amethyst Smoke #90799B

RGB

 RED value IS 144 (56.64% from 255) = 34.29%

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

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

R = 34.29%
G = 28.81%
B = 36.9%

CMYK

 C value IS 0.07

 M value IS 0.22

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#90799B (or 0x90799B) is known color: Amethyst Smoke. HEX triplet: 90, 79 and 9B. RGB value is (144,121,155). Sum of RGB (Red+Green+Blue) = 144+121+155=420 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.29% from 420); Green value is 121 (47.66% from 255 or 28.81% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 155 - color contains mainly: blue. Hex color #90799B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90799B is #6F8664. Grayscale: #838383. Windows color (decimal): -7308901 or 10189200. OLE color: 10189200.

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

Color convert

RGB 144 121 155 -
CMYK 0.07 0.22 0 0.39
HSL 280.59º 0.15% 0.54% -
HSV(B) 280.59º 0.22% 0.61% -
XYZ 24.26 21.97 33.97 -
YUV 131.75 141.12 136.74 -
System Red Green Blue C M Y K H S L
Decimal 144 121 155 0.07 0.22 0 0.39 280.59 0.15 0.54
Hex 90 79 9B 7 16 0 27 119 F 36
Octal 220 171 233 7 26 0 47 431 17 66
Binary 10010000 1111001 10011011 111 10110 0 100111 100011001 1111 110110

Color Harmonies of #90799B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90799B

Black with #90799B

Text Example


Text Example

White with #90799B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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