Html Css Color HEX #9964CC Amethyst

📋 copy color: '#9964CC'

red 153 ◦ green 100 ◦ blue 204

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

Shades of Amethyst #9964CC

Tints of Amethyst #9964CC

RGB

 RED value IS 153 (60.16% from 255) = 33.48%

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

 BLUE value IS 204 (80.08% from 255) = 44.64%

R = 33.48%
G = 21.88%
B = 44.64%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9964CC (or 0x9964CC) is known color: Amethyst. HEX triplet: 99, 64 and CC. RGB value is (153,100,204). Sum of RGB (Red+Green+Blue) = 153+100+204=457 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.48% from 457); Green value is 100 (39.45% from 255 or 21.88% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: blue. Hex color #9964CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9964CC is #669B33. Grayscale: #7F7F7F. Windows color (decimal): -6724404 or 13395097. OLE color: 13395097.

HSL color Cylindrical-coordinate representation of color #9964CC: hue angle of 270.58º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9964CC is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 153 100 204 -
CMYK 0.25 0.51 0 0.2
HSL 270.58º 0.5% 0.6% -
HSV(B) 270.58º 0.51% 0.8% -
XYZ 28.59 20.25 59.53 -
YUV 127.7 171.06 146.04 -
System Red Green Blue C M Y K H S L
Decimal 153 100 204 0.25 0.51 0 0.2 270.58 0.5 0.6
Hex 99 64 CC 19 33 0 14 10F 32 3C
Octal 231 144 314 31 63 0 24 417 62 74
Binary 10011001 1100100 11001100 11001 110011 0 10100 100001111 110010 111100

Color Harmonies of #9964CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9964CC

Black with #9964CC

Text Example


Text Example

White with #9964CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9964CC; }

 p { color: rgb(153,100,204); }

 H1.HeaderClassName
 {
   color: #9964CC;
 }
 .AnyTagClassName
 {
   color: #9964CC;
 }
</style>

background-color css

<style>
 a { background-color: #9964CC; }

 a { background-color: rgb(153,100,204); }

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

border-color css

<style>
 span { border-color: #9964CC; }

 span { border-color: rgb(153,100,204); }

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