Html Css Color HEX #9A56E5 Amethyst

📋 copy color: '#9A56E5'

red 154 ◦ green 86 ◦ blue 229

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

Shades of Amethyst #9A56E5

Tints of Amethyst #9A56E5

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.34%

 BLUE value IS 229 (89.84% from 255) = 48.83%

R = 32.84%
G = 18.34%
B = 48.83%

CMYK

 C value IS 0.33

 M value IS 0.62

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9A56E5 (or 0x9A56E5) is known color: Amethyst. HEX triplet: 9A, 56 and E5. RGB value is (154,86,229). Sum of RGB (Red+Green+Blue) = 154+86+229=469 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.84% from 469); Green value is 86 (33.98% from 255 or 18.34% from 469); Blue value is 229 (89.84% from 255 or 48.83% from 469); Max value from RGB is 229 - color contains mainly: blue. Hex color #9A56E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A56E5 is #65A91A. Grayscale: #7A7A7A. Windows color (decimal): -6662427 or 15029914. OLE color: 15029914.

HSL color Cylindrical-coordinate representation of color #9A56E5: hue angle of 268.53º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9A56E5 is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 154 86 229 -
CMYK 0.33 0.62 0 0.10
HSL 268.53º 0.73% 0.62% -
HSV(B) 268.53º 0.62% 0.9% -
XYZ 30.8 19.18 76.21 -
YUV 122.63 188.03 150.37 -
System Red Green Blue C M Y K H S L
Decimal 154 86 229 0.33 0.62 0 0.10 268.53 0.73 0.62
Hex 9A 56 E5 21 3E 0 A 10D 49 3E
Octal 232 126 345 41 76 0 12 415 111 76
Binary 10011010 1010110 11100101 100001 111110 0 1010 100001101 1001001 111110

Color Harmonies of #9A56E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A56E5

Black with #9A56E5

Text Example


Text Example

White with #9A56E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,86,229); }

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

background-color css

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

 a { background-color: rgb(154,86,229); }

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

border-color css

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

 span { border-color: rgb(154,86,229); }

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