Html Css Color HEX #907A98 Amethyst Smoke

📋 copy color: '#907A98'

red 144 ◦ green 122 ◦ blue 152

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

Shades of Amethyst Smoke #907A98

Tints of Amethyst Smoke #907A98

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.19%

 BLUE value IS 152 (59.77% from 255) = 36.36%

R = 34.45%
G = 29.19%
B = 36.36%

CMYK

 C value IS 0.05

 M value IS 0.20

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#907A98 (or 0x907A98) is known color: Amethyst Smoke. HEX triplet: 90, 7A and 98. RGB value is (144,122,152). Sum of RGB (Red+Green+Blue) = 144+122+152=418 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.45% from 418); Green value is 122 (48.05% from 255 or 29.19% from 418); Blue value is 152 (59.77% from 255 or 36.36% from 418); Max value from RGB is 152 - color contains mainly: blue. Hex color #907A98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907A98 is #6F8567. Grayscale: #838383. Windows color (decimal): -7308648 or 9992848. OLE color: 9992848.

HSL color Cylindrical-coordinate representation of color #907A98: hue angle of 284º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #907A98 is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 144 122 152 -
CMYK 0.05 0.20 0 0.40
HSL 284º 0.13% 0.54% -
HSV(B) 284º 0.2% 0.6% -
XYZ 24.13 22.12 32.7 -
YUV 132 139.29 136.56 -
System Red Green Blue C M Y K H S L
Decimal 144 122 152 0.05 0.20 0 0.40 284 0.13 0.54
Hex 90 7A 98 5 14 0 28 11C D 36
Octal 220 172 230 5 24 0 50 434 15 66
Binary 10010000 1111010 10011000 101 10100 0 101000 100011100 1101 110110

Color Harmonies of #907A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907A98

Black with #907A98

Text Example


Text Example

White with #907A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #907A98; }

 p { color: rgb(144,122,152); }

 H1.HeaderClassName
 {
   color: #907A98;
 }
 .AnyTagClassName
 {
   color: #907A98;
 }
</style>

background-color css

<style>
 a { background-color: #907A98; }

 a { background-color: rgb(144,122,152); }

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

border-color css

<style>
 span { border-color: #907A98; }

 span { border-color: rgb(144,122,152); }

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