Html Css Color HEX #90889C Amethyst Smoke

📋 copy color: '#90889C'

red 144 ◦ green 136 ◦ blue 156

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

Shades of Amethyst Smoke #90889C

Tints of Amethyst Smoke #90889C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.19%

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

R = 33.03%
G = 31.19%
B = 35.78%

CMYK

 C value IS 0.08

 M value IS 0.13

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#90889C (or 0x90889C) is known color: Amethyst Smoke. HEX triplet: 90, 88 and 9C. RGB value is (144,136,156). Sum of RGB (Red+Green+Blue) = 144+136+156=436 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.03% from 436); Green value is 136 (53.52% from 255 or 31.19% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 156 - color contains mainly: blue. Hex color #90889C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90889C is #6F7763. Grayscale: #8C8C8C. Windows color (decimal): -7305060 or 10258576. OLE color: 10258576.

HSL color Cylindrical-coordinate representation of color #90889C: hue angle of 264º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #90889C is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 144 136 156 -
CMYK 0.08 0.13 0 0.39
HSL 264º 0.09% 0.57% -
HSV(B) 264º 0.13% 0.61% -
XYZ 26.31 25.94 35.07 -
YUV 140.67 136.65 130.37 -
System Red Green Blue C M Y K H S L
Decimal 144 136 156 0.08 0.13 0 0.39 264 0.09 0.57
Hex 90 88 9C 8 D 0 27 108 9 39
Octal 220 210 234 10 15 0 47 410 11 71
Binary 10010000 10001000 10011100 1000 1101 0 100111 100001000 1001 111001

Color Harmonies of #90889C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90889C

Black with #90889C

Text Example


Text Example

White with #90889C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,136,156); }

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

background-color css

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

 a { background-color: rgb(144,136,156); }

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

border-color css

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

 span { border-color: rgb(144,136,156); }

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