Html Css Color HEX #9A64DB Amethyst

📋 copy color: '#9A64DB'

red 154 ◦ green 100 ◦ blue 219

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

Shades of Amethyst #9A64DB

Tints of Amethyst #9A64DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.3%

R = 32.56%
G = 21.14%
B = 46.3%

CMYK

 C value IS 0.30

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9A64DB (or 0x9A64DB) is known color: Amethyst. HEX triplet: 9A, 64 and DB. RGB value is (154,100,219). Sum of RGB (Red+Green+Blue) = 154+100+219=473 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.56% from 473); Green value is 100 (39.45% from 255 or 21.14% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A64DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A64DB is #659B24. Grayscale: #818181. Windows color (decimal): -6658853 or 14378138. OLE color: 14378138.

HSL color Cylindrical-coordinate representation of color #9A64DB: hue angle of 267.23º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9A64DB is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 154 100 219 -
CMYK 0.30 0.54 0 0.14
HSL 267.23º 0.62% 0.63% -
HSV(B) 267.23º 0.54% 0.86% -
XYZ 30.67 21.1 69.47 -
YUV 129.71 178.39 145.32 -
System Red Green Blue C M Y K H S L
Decimal 154 100 219 0.30 0.54 0 0.14 267.23 0.62 0.63
Hex 9A 64 DB 1E 36 0 E 10B 3E 3F
Octal 232 144 333 36 66 0 16 413 76 77
Binary 10011010 1100100 11011011 11110 110110 0 1110 100001011 111110 111111

Color Harmonies of #9A64DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A64DB

Black with #9A64DB

Text Example


Text Example

White with #9A64DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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