Html Css Color HEX #9A60DF Amethyst

📋 copy color: '#9A60DF'

red 154 ◦ green 96 ◦ blue 223

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

Shades of Amethyst #9A60DF

Tints of Amethyst #9A60DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.15%

R = 32.56%
G = 20.3%
B = 47.15%

CMYK

 C value IS 0.31

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9A60DF (or 0x9A60DF) is known color: Amethyst. HEX triplet: 9A, 60 and DF. RGB value is (154,96,223). Sum of RGB (Red+Green+Blue) = 154+96+223=473 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.56% from 473); Green value is 96 (37.89% from 255 or 20.30% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #9A60DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A60DF is #659F20. Grayscale: #7F7F7F. Windows color (decimal): -6659873 or 14639258. OLE color: 14639258.

HSL color Cylindrical-coordinate representation of color #9A60DF: hue angle of 267.4º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9A60DF is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 96 223 -
CMYK 0.31 0.57 0 0.13
HSL 267.4º 0.66% 0.63% -
HSV(B) 267.4º 0.57% 0.87% -
XYZ 30.83 20.56 72.16 -
YUV 127.82 181.72 146.67 -
System Red Green Blue C M Y K H S L
Decimal 154 96 223 0.31 0.57 0 0.13 267.4 0.66 0.63
Hex 9A 60 DF 1F 39 0 D 10B 42 3F
Octal 232 140 337 37 71 0 15 413 102 77
Binary 10011010 1100000 11011111 11111 111001 0 1101 100001011 1000010 111111

Color Harmonies of #9A60DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A60DF

Black with #9A60DF

Text Example


Text Example

White with #9A60DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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