Html Css Color HEX #9664BD Amethyst

📋 copy color: '#9664BD'

red 150 ◦ green 100 ◦ blue 189

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

Shades of Amethyst #9664BD

Tints of Amethyst #9664BD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.78%

 BLUE value IS 189 (74.22% from 255) = 43.05%

R = 34.17%
G = 22.78%
B = 43.05%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9664BD (or 0x9664BD) is known color: Amethyst. HEX triplet: 96, 64 and BD. RGB value is (150,100,189). Sum of RGB (Red+Green+Blue) = 150+100+189=439 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.17% from 439); Green value is 100 (39.45% from 255 or 22.78% from 439); Blue value is 189 (74.22% from 255 or 43.05% from 439); Max value from RGB is 189 - color contains mainly: blue. Hex color #9664BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9664BD is #699B42. Grayscale: #7C7C7C. Windows color (decimal): -6921027 or 12412054. OLE color: 12412054.

HSL color Cylindrical-coordinate representation of color #9664BD: hue angle of 273.71º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9664BD is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 100 189 -
CMYK 0.21 0.47 0 0.26
HSL 273.71º 0.4% 0.57% -
HSV(B) 273.71º 0.47% 0.74% -
XYZ 26.32 19.27 50.48 -
YUV 125.1 164.07 145.76 -
System Red Green Blue C M Y K H S L
Decimal 150 100 189 0.21 0.47 0 0.26 273.71 0.4 0.57
Hex 96 64 BD 15 2F 0 1A 112 28 39
Octal 226 144 275 25 57 0 32 422 50 71
Binary 10010110 1100100 10111101 10101 101111 0 11010 100010010 101000 111001

Color Harmonies of #9664BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9664BD

Black with #9664BD

Text Example


Text Example

White with #9664BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9664BD; }

 p { color: rgb(150,100,189); }

 H1.HeaderClassName
 {
   color: #9664BD;
 }
 .AnyTagClassName
 {
   color: #9664BD;
 }
</style>

background-color css

<style>
 a { background-color: #9664BD; }

 a { background-color: rgb(150,100,189); }

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

border-color css

<style>
 span { border-color: #9664BD; }

 span { border-color: rgb(150,100,189); }

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