Html Css Color HEX #9A60CB Amethyst

📋 copy color: '#9A60CB'

red 154 ◦ green 96 ◦ blue 203

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

Shades of Amethyst #9A60CB

Tints of Amethyst #9A60CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.81%

R = 34%
G = 21.19%
B = 44.81%

CMYK

 C value IS 0.24

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9A60CB (or 0x9A60CB) is known color: Amethyst. HEX triplet: 9A, 60 and CB. RGB value is (154,96,203). Sum of RGB (Red+Green+Blue) = 154+96+203=453 (60% of max value = 765). Red value is 154 (60.55% from 255 or 34.00% from 453); Green value is 96 (37.89% from 255 or 21.19% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 203 - color contains mainly: blue. Hex color #9A60CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A60CB is #659F34. Grayscale: #7D7D7D. Windows color (decimal): -6659893 or 13328538. OLE color: 13328538.

HSL color Cylindrical-coordinate representation of color #9A60CB: hue angle of 272.52º degrees, saturation: 0.51, 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 #9A60CB is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 154 96 203 -
CMYK 0.24 0.53 0 0.20
HSL 272.52º 0.51% 0.59% -
HSV(B) 272.52º 0.53% 0.8% -
XYZ 28.29 19.55 58.78 -
YUV 125.54 171.72 148.3 -
System Red Green Blue C M Y K H S L
Decimal 154 96 203 0.24 0.53 0 0.20 272.52 0.51 0.59
Hex 9A 60 CB 18 35 0 14 111 33 3B
Octal 232 140 313 30 65 0 24 421 63 73
Binary 10011010 1100000 11001011 11000 110101 0 10100 100010001 110011 111011

Color Harmonies of #9A60CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A60CB

Black with #9A60CB

Text Example


Text Example

White with #9A60CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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