Html Css Color HEX #9A59CF Amethyst

📋 copy color: '#9A59CF'

red 154 ◦ green 89 ◦ blue 207

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

Shades of Amethyst #9A59CF

Tints of Amethyst #9A59CF

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.78%

 BLUE value IS 207 (81.25% from 255) = 46%

R = 34.22%
G = 19.78%
B = 46%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9A59CF (or 0x9A59CF) is known color: Amethyst. HEX triplet: 9A, 59 and CF. RGB value is (154,89,207). Sum of RGB (Red+Green+Blue) = 154+89+207=450 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.22% from 450); Green value is 89 (35.16% from 255 or 19.78% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #9A59CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A59CF is #65A630. Grayscale: #797979. Windows color (decimal): -6661681 or 13588890. OLE color: 13588890.

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

Color convert

RGB 154 89 207 -
CMYK 0.26 0.57 0 0.19
HSL 273.05º 0.55% 0.58% -
HSV(B) 273.05º 0.57% 0.81% -
XYZ 28.16 18.52 61.12 -
YUV 121.89 176.03 150.91 -
System Red Green Blue C M Y K H S L
Decimal 154 89 207 0.26 0.57 0 0.19 273.05 0.55 0.58
Hex 9A 59 CF 1A 39 0 13 111 37 3A
Octal 232 131 317 32 71 0 23 421 67 72
Binary 10011010 1011001 11001111 11010 111001 0 10011 100010001 110111 111010

Color Harmonies of #9A59CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A59CF

Black with #9A59CF

Text Example


Text Example

White with #9A59CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,89,207); }

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

background-color css

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

 a { background-color: rgb(154,89,207); }

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

border-color css

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

 span { border-color: rgb(154,89,207); }

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