Html Css Color HEX #9A5ADB Amethyst

📋 copy color: '#9A5ADB'

red 154 ◦ green 90 ◦ blue 219

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

Shades of Amethyst #9A5ADB

Tints of Amethyst #9A5ADB

RGB

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

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

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

R = 33.26%
G = 19.44%
B = 47.3%

CMYK

 C value IS 0.30

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9A5ADB (or 0x9A5ADB) is known color: Amethyst. HEX triplet: 9A, 5A and DB. RGB value is (154,90,219). Sum of RGB (Red+Green+Blue) = 154+90+219=463 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.26% from 463); Green value is 90 (35.55% from 255 or 19.44% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A5ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A5ADB is #65A524. Grayscale: #7B7B7B. Windows color (decimal): -6661413 or 14375578. OLE color: 14375578.

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

Color convert

RGB 154 90 219 -
CMYK 0.30 0.59 0 0.14
HSL 269.77º 0.64% 0.61% -
HSV(B) 269.77º 0.59% 0.86% -
XYZ 29.77 19.3 69.17 -
YUV 123.84 181.7 149.51 -
System Red Green Blue C M Y K H S L
Decimal 154 90 219 0.30 0.59 0 0.14 269.77 0.64 0.61
Hex 9A 5A DB 1E 3B 0 E 10E 40 3D
Octal 232 132 333 36 73 0 16 416 100 75
Binary 10011010 1011010 11011011 11110 111011 0 1110 100001110 1000000 111101

Color Harmonies of #9A5ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5ADB

Black with #9A5ADB

Text Example


Text Example

White with #9A5ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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