Html Css Color HEX #9A54CE Amethyst

📋 copy color: '#9A54CE'

red 154 ◦ green 84 ◦ blue 206

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

Shades of Amethyst #9A54CE

Tints of Amethyst #9A54CE

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.92%

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

R = 34.68%
G = 18.92%
B = 46.4%

CMYK

 C value IS 0.25

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9A54CE (or 0x9A54CE) is known color: Amethyst. HEX triplet: 9A, 54 and CE. RGB value is (154,84,206). Sum of RGB (Red+Green+Blue) = 154+84+206=444 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.68% from 444); Green value is 84 (33.20% from 255 or 18.92% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #9A54CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A54CE is #65AB31. Grayscale: #767676. Windows color (decimal): -6662962 or 13522074. OLE color: 13522074.

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

Color convert

RGB 154 84 206 -
CMYK 0.25 0.59 0 0.19
HSL 274.43º 0.55% 0.57% -
HSV(B) 274.43º 0.59% 0.81% -
XYZ 27.64 17.67 60.35 -
YUV 118.84 177.19 153.08 -
System Red Green Blue C M Y K H S L
Decimal 154 84 206 0.25 0.59 0 0.19 274.43 0.55 0.57
Hex 9A 54 CE 19 3B 0 13 112 37 39
Octal 232 124 316 31 73 0 23 422 67 71
Binary 10011010 1010100 11001110 11001 111011 0 10011 100010010 110111 111001

Color Harmonies of #9A54CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A54CE

Black with #9A54CE

Text Example


Text Example

White with #9A54CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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