Html Css Color HEX #907B9B Amethyst Smoke

📋 copy color: '#907B9B'

red 144 ◦ green 123 ◦ blue 155

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

Shades of Amethyst Smoke #907B9B

Tints of Amethyst Smoke #907B9B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.15%

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

R = 34.12%
G = 29.15%
B = 36.73%

CMYK

 C value IS 0.07

 M value IS 0.21

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#907B9B (or 0x907B9B) is known color: Amethyst Smoke. HEX triplet: 90, 7B and 9B. RGB value is (144,123,155). Sum of RGB (Red+Green+Blue) = 144+123+155=422 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.12% from 422); Green value is 123 (48.44% from 255 or 29.15% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 155 - color contains mainly: blue. Hex color #907B9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907B9B is #6F8464. Grayscale: #848484. Windows color (decimal): -7308389 or 10189712. OLE color: 10189712.

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

Color convert

RGB 144 123 155 -
CMYK 0.07 0.21 0 0.39
HSL 279.38º 0.14% 0.55% -
HSV(B) 279.38º 0.21% 0.61% -
XYZ 24.5 22.46 34.05 -
YUV 132.93 140.46 135.9 -
System Red Green Blue C M Y K H S L
Decimal 144 123 155 0.07 0.21 0 0.39 279.38 0.14 0.55
Hex 90 7B 9B 7 15 0 27 117 E 37
Octal 220 173 233 7 25 0 47 427 16 67
Binary 10010000 1111011 10011011 111 10101 0 100111 100010111 1110 110111

Color Harmonies of #907B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907B9B

Black with #907B9B

Text Example


Text Example

White with #907B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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