Html Css Color HEX #9A6ABE Amethyst

📋 copy color: '#9A6ABE'

red 154 ◦ green 106 ◦ blue 190

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

Shades of Amethyst #9A6ABE

Tints of Amethyst #9A6ABE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.56%

 BLUE value IS 190 (74.61% from 255) = 42.22%

R = 34.22%
G = 23.56%
B = 42.22%

CMYK

 C value IS 0.19

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9A6ABE (or 0x9A6ABE) is known color: Amethyst. HEX triplet: 9A, 6A and BE. RGB value is (154,106,190). Sum of RGB (Red+Green+Blue) = 154+106+190=450 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.22% from 450); Green value is 106 (41.80% from 255 or 23.56% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A6ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6ABE is #659541. Grayscale: #818181. Windows color (decimal): -6657346 or 12479130. OLE color: 12479130.

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

Color convert

RGB 154 106 190 -
CMYK 0.19 0.44 0 0.25
HSL 274.29º 0.39% 0.58% -
HSV(B) 274.29º 0.44% 0.75% -
XYZ 27.77 20.9 51.28 -
YUV 129.93 161.9 145.17 -
System Red Green Blue C M Y K H S L
Decimal 154 106 190 0.19 0.44 0 0.25 274.29 0.39 0.58
Hex 9A 6A BE 13 2C 0 19 112 27 3A
Octal 232 152 276 23 54 0 31 422 47 72
Binary 10011010 1101010 10111110 10011 101100 0 11001 100010010 100111 111010

Color Harmonies of #9A6ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6ABE

Black with #9A6ABE

Text Example


Text Example

White with #9A6ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,106,190); }

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

background-color css

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

 a { background-color: rgb(154,106,190); }

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

border-color css

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

 span { border-color: rgb(154,106,190); }

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