Html Css Color HEX #9A64CC Amethyst

📋 copy color: '#9A64CC'

red 154 ◦ green 100 ◦ blue 204

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

Shades of Amethyst #9A64CC

Tints of Amethyst #9A64CC

RGB

 RED value IS 154 (60.55% from 255) = 33.62%

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

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

R = 33.62%
G = 21.83%
B = 44.54%

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

#9A64CC (or 0x9A64CC) is known color: Amethyst. HEX triplet: 9A, 64 and CC. RGB value is (154,100,204). Sum of RGB (Red+Green+Blue) = 154+100+204=458 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.62% from 458); Green value is 100 (39.45% from 255 or 21.83% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #9A64CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A64CC is #659B33. Grayscale: #7F7F7F. Windows color (decimal): -6658868 or 13395098. OLE color: 13395098.

HSL color Cylindrical-coordinate representation of color #9A64CC: hue angle of 271.15º 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 #9A64CC is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 154 100 204 -
CMYK 0.25 0.51 0 0.2
HSL 271.15º 0.5% 0.6% -
HSV(B) 271.15º 0.51% 0.8% -
XYZ 28.78 20.34 59.54 -
YUV 128 170.89 146.54 -
System Red Green Blue C M Y K H S L
Decimal 154 100 204 0.25 0.51 0 0.2 271.15 0.5 0.6
Hex 9A 64 CC 19 33 0 14 10F 32 3C
Octal 232 144 314 31 63 0 24 417 62 74
Binary 10011010 1100100 11001100 11001 110011 0 10100 100001111 110010 111100

Color Harmonies of #9A64CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A64CC

Black with #9A64CC

Text Example


Text Example

White with #9A64CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A64CC; }

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

 H1.HeaderClassName
 {
   color: #9A64CC;
 }
 .AnyTagClassName
 {
   color: #9A64CC;
 }
</style>

background-color css

<style>
 a { background-color: #9A64CC; }

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

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

border-color css

<style>
 span { border-color: #9A64CC; }

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

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