Html Css Color HEX #9A60CF Amethyst

📋 copy color: '#9A60CF'

red 154 ◦ green 96 ◦ blue 207

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

Shades of Amethyst #9A60CF

Tints of Amethyst #9A60CF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.01%

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

R = 33.7%
G = 21.01%
B = 45.3%

CMYK

 C value IS 0.26

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9A60CF (or 0x9A60CF) is known color: Amethyst. HEX triplet: 9A, 60 and CF. RGB value is (154,96,207). Sum of RGB (Red+Green+Blue) = 154+96+207=457 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.70% from 457); Green value is 96 (37.89% from 255 or 21.01% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 207 - color contains mainly: blue. Hex color #9A60CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A60CF is #659F30. Grayscale: #7D7D7D. Windows color (decimal): -6659889 or 13590682. OLE color: 13590682.

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

Color convert

RGB 154 96 207 -
CMYK 0.26 0.54 0 0.19
HSL 271.35º 0.54% 0.59% -
HSV(B) 271.35º 0.54% 0.81% -
XYZ 28.77 19.74 61.33 -
YUV 126 173.72 147.97 -
System Red Green Blue C M Y K H S L
Decimal 154 96 207 0.26 0.54 0 0.19 271.35 0.54 0.59
Hex 9A 60 CF 1A 36 0 13 10F 36 3B
Octal 232 140 317 32 66 0 23 417 66 73
Binary 10011010 1100000 11001111 11010 110110 0 10011 100001111 110110 111011

Color Harmonies of #9A60CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A60CF

Black with #9A60CF

Text Example


Text Example

White with #9A60CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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