Html Css Color HEX #967FA0 Amethyst Smoke

📋 copy color: '#967FA0'

red 150 ◦ green 127 ◦ blue 160

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

Shades of Amethyst Smoke #967FA0

Tints of Amethyst Smoke #967FA0

RGB

 RED value IS 150 (58.98% from 255) = 34.32%

 GREEN value IS 127 (50% from 255) = 29.06%

 BLUE value IS 160 (62.89% from 255) = 36.61%

R = 34.32%
G = 29.06%
B = 36.61%

CMYK

 C value IS 0.06

 M value IS 0.21

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#967FA0 (or 0x967FA0) is known color: Amethyst Smoke. HEX triplet: 96, 7F and A0. RGB value is (150,127,160). Sum of RGB (Red+Green+Blue) = 150+127+160=437 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.32% from 437); Green value is 127 (50% from 255 or 29.06% from 437); Blue value is 160 (62.89% from 255 or 36.61% from 437); Max value from RGB is 160 - color contains mainly: blue. Hex color #967FA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967FA0 is #69805F. Grayscale: #898989. Windows color (decimal): -6914144 or 10518422. OLE color: 10518422.

HSL color Cylindrical-coordinate representation of color #967FA0: hue angle of 281.82º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #967FA0 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 150 127 160 -
CMYK 0.06 0.21 0 0.37
HSL 281.82º 0.15% 0.56% -
HSV(B) 281.82º 0.21% 0.63% -
XYZ 26.51 24.2 36.53 -
YUV 137.64 140.62 136.82 -
System Red Green Blue C M Y K H S L
Decimal 150 127 160 0.06 0.21 0 0.37 281.82 0.15 0.56
Hex 96 7F A0 6 15 0 25 11A F 38
Octal 226 177 240 6 25 0 45 432 17 70
Binary 10010110 1111111 10100000 110 10101 0 100101 100011010 1111 111000

Color Harmonies of #967FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967FA0

Black with #967FA0

Text Example


Text Example

White with #967FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967FA0; }

 p { color: rgb(150,127,160); }

 H1.HeaderClassName
 {
   color: #967FA0;
 }
 .AnyTagClassName
 {
   color: #967FA0;
 }
</style>

background-color css

<style>
 a { background-color: #967FA0; }

 a { background-color: rgb(150,127,160); }

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

border-color css

<style>
 span { border-color: #967FA0; }

 span { border-color: rgb(150,127,160); }

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