Html Css Color HEX #9667BF Amethyst

📋 copy color: '#9667BF'

red 150 ◦ green 103 ◦ blue 191

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

Shades of Amethyst #9667BF

Tints of Amethyst #9667BF

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.2%

 BLUE value IS 191 (75% from 255) = 43.02%

R = 33.78%
G = 23.2%
B = 43.02%

CMYK

 C value IS 0.21

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9667BF (or 0x9667BF) is known color: Amethyst. HEX triplet: 96, 67 and BF. RGB value is (150,103,191). Sum of RGB (Red+Green+Blue) = 150+103+191=444 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.78% from 444); Green value is 103 (40.62% from 255 or 23.20% from 444); Blue value is 191 (75% from 255 or 43.02% from 444); Max value from RGB is 191 - color contains mainly: blue. Hex color #9667BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9667BF is #699840. Grayscale: #7E7E7E. Windows color (decimal): -6920257 or 12543894. OLE color: 12543894.

HSL color Cylindrical-coordinate representation of color #9667BF: hue angle of 272.05º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9667BF is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 103 191 -
CMYK 0.21 0.46 0 0.25
HSL 272.05º 0.41% 0.58% -
HSV(B) 272.05º 0.46% 0.75% -
XYZ 26.83 19.95 51.73 -
YUV 127.09 164.07 144.34 -
System Red Green Blue C M Y K H S L
Decimal 150 103 191 0.21 0.46 0 0.25 272.05 0.41 0.58
Hex 96 67 BF 15 2E 0 19 110 29 3A
Octal 226 147 277 25 56 0 31 420 51 72
Binary 10010110 1100111 10111111 10101 101110 0 11001 100010000 101001 111010

Color Harmonies of #9667BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9667BF

Black with #9667BF

Text Example


Text Example

White with #9667BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9667BF; }

 p { color: rgb(150,103,191); }

 H1.HeaderClassName
 {
   color: #9667BF;
 }
 .AnyTagClassName
 {
   color: #9667BF;
 }
</style>

background-color css

<style>
 a { background-color: #9667BF; }

 a { background-color: rgb(150,103,191); }

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

border-color css

<style>
 span { border-color: #9667BF; }

 span { border-color: rgb(150,103,191); }

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