Html Css Color HEX #9664D9 Amethyst

📋 copy color: '#9664D9'

red 150 ◦ green 100 ◦ blue 217

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

Shades of Amethyst #9664D9

Tints of Amethyst #9664D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 46.47%

R = 32.12%
G = 21.41%
B = 46.47%

CMYK

 C value IS 0.31

 M value IS 0.54

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9664D9 (or 0x9664D9) is known color: Amethyst. HEX triplet: 96, 64 and D9. RGB value is (150,100,217). Sum of RGB (Red+Green+Blue) = 150+100+217=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 100 (39.45% from 255 or 21.41% from 467); Blue value is 217 (85.16% from 255 or 46.47% from 467); Max value from RGB is 217 - color contains mainly: blue. Hex color #9664D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9664D9 is #699B26. Grayscale: #7F7F7F. Windows color (decimal): -6920999 or 14247062. OLE color: 14247062.

HSL color Cylindrical-coordinate representation of color #9664D9: hue angle of 265.64º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9664D9 is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 100 217 -
CMYK 0.31 0.54 0 0.15
HSL 265.64º 0.61% 0.62% -
HSV(B) 265.64º 0.54% 0.85% -
XYZ 29.66 20.61 68.06 -
YUV 128.29 178.07 143.49 -
System Red Green Blue C M Y K H S L
Decimal 150 100 217 0.31 0.54 0 0.15 265.64 0.61 0.62
Hex 96 64 D9 1F 36 0 F 10A 3D 3E
Octal 226 144 331 37 66 0 17 412 75 76
Binary 10010110 1100100 11011001 11111 110110 0 1111 100001010 111101 111110

Color Harmonies of #9664D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9664D9

Black with #9664D9

Text Example


Text Example

White with #9664D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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