Html Css Color HEX #9A64CF Amethyst

📋 copy color: '#9A64CF'

red 154 ◦ green 100 ◦ blue 207

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

Shades of Amethyst #9A64CF

Tints of Amethyst #9A64CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.9%

R = 33.41%
G = 21.69%
B = 44.9%

CMYK

 C value IS 0.26

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9A64CF (or 0x9A64CF) is known color: Amethyst. HEX triplet: 9A, 64 and CF. RGB value is (154,100,207). Sum of RGB (Red+Green+Blue) = 154+100+207=461 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.41% from 461); Green value is 100 (39.45% from 255 or 21.69% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #9A64CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A64CF is #659B30. Grayscale: #7F7F7F. Windows color (decimal): -6658865 or 13591706. OLE color: 13591706.

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

Color convert

RGB 154 100 207 -
CMYK 0.26 0.52 0 0.19
HSL 270.28º 0.53% 0.6% -
HSV(B) 270.28º 0.52% 0.81% -
XYZ 29.15 20.49 61.45 -
YUV 128.34 172.39 146.3 -
System Red Green Blue C M Y K H S L
Decimal 154 100 207 0.26 0.52 0 0.19 270.28 0.53 0.6
Hex 9A 64 CF 1A 34 0 13 10E 35 3C
Octal 232 144 317 32 64 0 23 416 65 74
Binary 10011010 1100100 11001111 11010 110100 0 10011 100001110 110101 111100

Color Harmonies of #9A64CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A64CF

Black with #9A64CF

Text Example


Text Example

White with #9A64CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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