Html Css Color HEX #9665BF Amethyst

📋 copy color: '#9665BF'

red 150 ◦ green 101 ◦ blue 191

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

Shades of Amethyst #9665BF

Tints of Amethyst #9665BF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.85%

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

R = 33.94%
G = 22.85%
B = 43.21%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9665BF (or 0x9665BF) is known color: Amethyst. HEX triplet: 96, 65 and BF. RGB value is (150,101,191). Sum of RGB (Red+Green+Blue) = 150+101+191=442 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.94% from 442); Green value is 101 (39.84% from 255 or 22.85% from 442); Blue value is 191 (75% from 255 or 43.21% from 442); Max value from RGB is 191 - color contains mainly: blue. Hex color #9665BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9665BF is #699A40. Grayscale: #7D7D7D. Windows color (decimal): -6920769 or 12543382. OLE color: 12543382.

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

Color convert

RGB 150 101 191 -
CMYK 0.21 0.47 0 0.25
HSL 272.67º 0.41% 0.57% -
HSV(B) 272.67º 0.47% 0.75% -
XYZ 26.64 19.55 51.66 -
YUV 125.91 164.73 145.18 -
System Red Green Blue C M Y K H S L
Decimal 150 101 191 0.21 0.47 0 0.25 272.67 0.41 0.57
Hex 96 65 BF 15 2F 0 19 111 29 39
Octal 226 145 277 25 57 0 31 421 51 71
Binary 10010110 1100101 10111111 10101 101111 0 11001 100010001 101001 111001

Color Harmonies of #9665BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9665BF

Black with #9665BF

Text Example


Text Example

White with #9665BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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