Html Css Color HEX #9C60DC Amethyst

📋 copy color: '#9C60DC'

red 156 ◦ green 96 ◦ blue 220

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

Shades of Amethyst #9C60DC

Tints of Amethyst #9C60DC

RGB

 RED value IS 156 (61.33% from 255) = 33.05%

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

 BLUE value IS 220 (86.33% from 255) = 46.61%

R = 33.05%
G = 20.34%
B = 46.61%

CMYK

 C value IS 0.29

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9C60DC (or 0x9C60DC) is known color: Amethyst. HEX triplet: 9C, 60 and DC. RGB value is (156,96,220). Sum of RGB (Red+Green+Blue) = 156+96+220=472 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.05% from 472); Green value is 96 (37.89% from 255 or 20.34% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #9C60DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C60DC is #639F23. Grayscale: #7F7F7F. Windows color (decimal): -6528804 or 14442652. OLE color: 14442652.

HSL color Cylindrical-coordinate representation of color #9C60DC: hue angle of 269.03º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9C60DC is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 156 96 220 -
CMYK 0.29 0.56 0 0.14
HSL 269.03º 0.64% 0.62% -
HSV(B) 269.03º 0.56% 0.86% -
XYZ 30.81 20.6 70.06 -
YUV 128.08 179.88 147.92 -
System Red Green Blue C M Y K H S L
Decimal 156 96 220 0.29 0.56 0 0.14 269.03 0.64 0.62
Hex 9C 60 DC 1D 38 0 E 10D 40 3E
Octal 234 140 334 35 70 0 16 415 100 76
Binary 10011100 1100000 11011100 11101 111000 0 1110 100001101 1000000 111110

Color Harmonies of #9C60DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C60DC

Black with #9C60DC

Text Example


Text Example

White with #9C60DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,96,220); }

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

background-color css

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

 a { background-color: rgb(156,96,220); }

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

border-color css

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

 span { border-color: rgb(156,96,220); }

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