Html Css Color HEX #9A60CD Amethyst

📋 copy color: '#9A60CD'

red 154 ◦ green 96 ◦ blue 205

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

Shades of Amethyst #9A60CD

Tints of Amethyst #9A60CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.05%

R = 33.85%
G = 21.1%
B = 45.05%

CMYK

 C value IS 0.25

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9A60CD (or 0x9A60CD) is known color: Amethyst. HEX triplet: 9A, 60 and CD. RGB value is (154,96,205). Sum of RGB (Red+Green+Blue) = 154+96+205=455 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.85% from 455); Green value is 96 (37.89% from 255 or 21.10% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A60CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A60CD is #659F32. Grayscale: #7D7D7D. Windows color (decimal): -6659891 or 13459610. OLE color: 13459610.

HSL color Cylindrical-coordinate representation of color #9A60CD: hue angle of 271.93º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9A60CD is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 154 96 205 -
CMYK 0.25 0.53 0 0.20
HSL 271.93º 0.52% 0.59% -
HSV(B) 271.93º 0.53% 0.8% -
XYZ 28.53 19.64 60.05 -
YUV 125.77 172.72 148.14 -
System Red Green Blue C M Y K H S L
Decimal 154 96 205 0.25 0.53 0 0.20 271.93 0.52 0.59
Hex 9A 60 CD 19 35 0 14 110 34 3B
Octal 232 140 315 31 65 0 24 420 64 73
Binary 10011010 1100000 11001101 11001 110101 0 10100 100010000 110100 111011

Color Harmonies of #9A60CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A60CD

Black with #9A60CD

Text Example


Text Example

White with #9A60CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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