Html Css Color HEX #9A5ACE Amethyst

📋 copy color: '#9A5ACE'

red 154 ◦ green 90 ◦ blue 206

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

Shades of Amethyst #9A5ACE

Tints of Amethyst #9A5ACE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20%

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

R = 34.22%
G = 20%
B = 45.78%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9A5ACE (or 0x9A5ACE) is known color: Amethyst. HEX triplet: 9A, 5A and CE. RGB value is (154,90,206). Sum of RGB (Red+Green+Blue) = 154+90+206=450 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.22% from 450); Green value is 90 (35.55% from 255 or 20% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #9A5ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A5ACE is #65A531. Grayscale: #797979. Windows color (decimal): -6661426 or 13523610. OLE color: 13523610.

HSL color Cylindrical-coordinate representation of color #9A5ACE: hue angle of 273.1º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9A5ACE is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 154 90 206 -
CMYK 0.25 0.56 0 0.19
HSL 273.1º 0.54% 0.58% -
HSV(B) 273.1º 0.56% 0.81% -
XYZ 28.12 18.64 60.51 -
YUV 122.36 175.2 150.57 -
System Red Green Blue C M Y K H S L
Decimal 154 90 206 0.25 0.56 0 0.19 273.1 0.54 0.58
Hex 9A 5A CE 19 38 0 13 111 36 3A
Octal 232 132 316 31 70 0 23 421 66 72
Binary 10011010 1011010 11001110 11001 111000 0 10011 100010001 110110 111010

Color Harmonies of #9A5ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5ACE

Black with #9A5ACE

Text Example


Text Example

White with #9A5ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,90,206); }

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

background-color css

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

 a { background-color: rgb(154,90,206); }

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

border-color css

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

 span { border-color: rgb(154,90,206); }

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