Html Css Color HEX #90869B Amethyst Smoke

📋 copy color: '#90869B'

red 144 ◦ green 134 ◦ blue 155

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

Shades of Amethyst Smoke #90869B

Tints of Amethyst Smoke #90869B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.95%

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

R = 33.26%
G = 30.95%
B = 35.8%

CMYK

 C value IS 0.07

 M value IS 0.14

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#90869B (or 0x90869B) is known color: Amethyst Smoke. HEX triplet: 90, 86 and 9B. RGB value is (144,134,155). Sum of RGB (Red+Green+Blue) = 144+134+155=433 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.26% from 433); Green value is 134 (52.73% from 255 or 30.95% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 155 - color contains mainly: blue. Hex color #90869B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90869B is #6F7964. Grayscale: #8B8B8B. Windows color (decimal): -7305573 or 10192528. OLE color: 10192528.

HSL color Cylindrical-coordinate representation of color #90869B: hue angle of 268.57º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #90869B is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 144 134 155 -
CMYK 0.07 0.14 0 0.39
HSL 268.57º 0.1% 0.57% -
HSV(B) 268.57º 0.14% 0.61% -
XYZ 25.94 25.35 34.54 -
YUV 139.38 136.81 131.29 -
System Red Green Blue C M Y K H S L
Decimal 144 134 155 0.07 0.14 0 0.39 268.57 0.1 0.57
Hex 90 86 9B 7 E 0 27 10D A 39
Octal 220 206 233 7 16 0 47 415 12 71
Binary 10010000 10000110 10011011 111 1110 0 100111 100001101 1010 111001

Color Harmonies of #90869B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90869B

Black with #90869B

Text Example


Text Example

White with #90869B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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