Html Css Color HEX #9664D5 Amethyst

📋 copy color: '#9664D5'

red 150 ◦ green 100 ◦ blue 213

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

Shades of Amethyst #9664D5

Tints of Amethyst #9664D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 46%

R = 32.4%
G = 21.6%
B = 46%

CMYK

 C value IS 0.30

 M value IS 0.53

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9664D5 (or 0x9664D5) is known color: Amethyst. HEX triplet: 96, 64 and D5. RGB value is (150,100,213). Sum of RGB (Red+Green+Blue) = 150+100+213=463 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.40% from 463); Green value is 100 (39.45% from 255 or 21.60% from 463); Blue value is 213 (83.59% from 255 or 46.00% from 463); Max value from RGB is 213 - color contains mainly: blue. Hex color #9664D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9664D5 is #699B2A. Grayscale: #7F7F7F. Windows color (decimal): -6921003 or 13984918. OLE color: 13984918.

HSL color Cylindrical-coordinate representation of color #9664D5: hue angle of 266.55º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9664D5 is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 150 100 213 -
CMYK 0.30 0.53 0 0.16
HSL 266.55º 0.57% 0.61% -
HSV(B) 266.55º 0.53% 0.84% -
XYZ 29.15 20.4 65.35 -
YUV 127.83 176.07 143.81 -
System Red Green Blue C M Y K H S L
Decimal 150 100 213 0.30 0.53 0 0.16 266.55 0.57 0.61
Hex 96 64 D5 1E 35 0 10 10B 39 3D
Octal 226 144 325 36 65 0 20 413 71 75
Binary 10010110 1100100 11010101 11110 110101 0 10000 100001011 111001 111101

Color Harmonies of #9664D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9664D5

Black with #9664D5

Text Example


Text Example

White with #9664D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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