Html Css Color HEX #9A60DD Amethyst

📋 copy color: '#9A60DD'

red 154 ◦ green 96 ◦ blue 221

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

Shades of Amethyst #9A60DD

Tints of Amethyst #9A60DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.92%

R = 32.7%
G = 20.38%
B = 46.92%

CMYK

 C value IS 0.30

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9A60DD (or 0x9A60DD) is known color: Amethyst. HEX triplet: 9A, 60 and DD. RGB value is (154,96,221). Sum of RGB (Red+Green+Blue) = 154+96+221=471 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.70% from 471); Green value is 96 (37.89% from 255 or 20.38% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #9A60DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A60DD is #659F22. Grayscale: #7F7F7F. Windows color (decimal): -6659875 or 14508186. OLE color: 14508186.

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

Color convert

RGB 154 96 221 -
CMYK 0.30 0.57 0 0.13
HSL 267.84º 0.65% 0.62% -
HSV(B) 267.84º 0.57% 0.87% -
XYZ 30.56 20.46 70.74 -
YUV 127.59 180.72 146.84 -
System Red Green Blue C M Y K H S L
Decimal 154 96 221 0.30 0.57 0 0.13 267.84 0.65 0.62
Hex 9A 60 DD 1E 39 0 D 10C 41 3E
Octal 232 140 335 36 71 0 15 414 101 76
Binary 10011010 1100000 11011101 11110 111001 0 1101 100001100 1000001 111110

Color Harmonies of #9A60DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A60DD

Black with #9A60DD

Text Example


Text Example

White with #9A60DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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