Html Css Color HEX #9A56E6 Amethyst

📋 copy color: '#9A56E6'

red 154 ◦ green 86 ◦ blue 230

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

Shades of Amethyst #9A56E6

Tints of Amethyst #9A56E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 48.94%

R = 32.77%
G = 18.3%
B = 48.94%

CMYK

 C value IS 0.33

 M value IS 0.63

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9A56E6 (or 0x9A56E6) is known color: Amethyst. HEX triplet: 9A, 56 and E6. RGB value is (154,86,230). Sum of RGB (Red+Green+Blue) = 154+86+230=470 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.77% from 470); Green value is 86 (33.98% from 255 or 18.30% from 470); Blue value is 230 (90.23% from 255 or 48.94% from 470); Max value from RGB is 230 - color contains mainly: blue. Hex color #9A56E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A56E6 is #65A919. Grayscale: #7A7A7A. Windows color (decimal): -6662426 or 15095450. OLE color: 15095450.

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

Color convert

RGB 154 86 230 -
CMYK 0.33 0.63 0 0.10
HSL 268.33º 0.74% 0.62% -
HSV(B) 268.33º 0.63% 0.9% -
XYZ 30.94 19.24 76.95 -
YUV 122.75 188.53 150.29 -
System Red Green Blue C M Y K H S L
Decimal 154 86 230 0.33 0.63 0 0.10 268.33 0.74 0.62
Hex 9A 56 E6 21 3F 0 A 10C 4A 3E
Octal 232 126 346 41 77 0 12 414 112 76
Binary 10011010 1010110 11100110 100001 111111 0 1010 100001100 1001010 111110

Color Harmonies of #9A56E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A56E6

Black with #9A56E6

Text Example


Text Example

White with #9A56E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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