Html Css Color HEX #9664CE Amethyst

📋 copy color: '#9664CE'

red 150 ◦ green 100 ◦ blue 206

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

Shades of Amethyst #9664CE

Tints of Amethyst #9664CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.18%

R = 32.89%
G = 21.93%
B = 45.18%

CMYK

 C value IS 0.27

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9664CE (or 0x9664CE) is known color: Amethyst. HEX triplet: 96, 64 and CE. RGB value is (150,100,206). Sum of RGB (Red+Green+Blue) = 150+100+206=456 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.89% from 456); Green value is 100 (39.45% from 255 or 21.93% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #9664CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9664CE is #699B31. Grayscale: #7E7E7E. Windows color (decimal): -6921010 or 13526166. OLE color: 13526166.

HSL color Cylindrical-coordinate representation of color #9664CE: hue angle of 268.3º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9664CE is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 100 206 -
CMYK 0.27 0.51 0 0.19
HSL 268.3º 0.52% 0.6% -
HSV(B) 268.3º 0.51% 0.81% -
XYZ 28.28 20.05 60.77 -
YUV 127.03 172.57 144.38 -
System Red Green Blue C M Y K H S L
Decimal 150 100 206 0.27 0.51 0 0.19 268.3 0.52 0.6
Hex 96 64 CE 1B 33 0 13 10C 34 3C
Octal 226 144 316 33 63 0 23 414 64 74
Binary 10010110 1100100 11001110 11011 110011 0 10011 100001100 110100 111100

Color Harmonies of #9664CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9664CE

Black with #9664CE

Text Example


Text Example

White with #9664CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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